eaton-lab / toytree

A minimalist tree plotting library using toyplot graphs
http://eaton-lab.org/toytree
BSD 3-Clause "New" or "Revised" License
169 stars 28 forks source link

lift numpy version ceiling? #98

Closed ryneches closed 1 month ago

ryneches commented 1 month ago

Hey! Is there still a reason to require numpy >= 2.0.0? I tried flipping this to numpy <= 2.0.0, ran the tests, built some trees, and everything seems OK. Obviously that's not particularly rigorous. What was the reason for the version ceiling?

eaton-lab commented 1 month ago

Oh, you're right. I was waiting for an update to toyplot, which has been released since September. I will update the conda and pip dependencies.