Skip to content

Commit

Permalink
support numpy 2.0; version up to 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
eaton-lab committed Oct 29, 2024
1 parent 1aa1ee5 commit 17b1e48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ zip_safe = True # use False if you use __file__ in your code.
include_package_data = True
python_requires = >=3.7
install_requires =
numpy <= 2.0.0
numpy
scipy
pandas
loguru
requests
toyplot >= 1.0.3
toyplot

[options.entry_points]
console_scripts =
Expand Down
2 changes: 1 addition & 1 deletion toytree/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"""

__version__ = "3.0.5"
__version__ = "3.0.6"
__author__ = "Deren Eaton"

# core class objects
Expand Down

0 comments on commit 17b1e48

Please sign in to comment.