Skip to content

Commit

Permalink
BLD: Add numpy as dependency
Browse files Browse the repository at this point in the history
Test suite uses numpy's nose testing utils, removed in numpy 1.25
  • Loading branch information
mstimberg committed Jul 31, 2023
1 parent 99cb130 commit 4192215
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ def setup_package():
classifiers=[_f for _f in CLASSIFIERS.split('\n') if _f],
platforms = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"],
test_suite='nose.collector',
install_requires=['numpy<1.25'],
setup_requires=['numpy'],
python_requires='>=3.4,<3.10', # parser module removed in 3.10
)

Expand Down

0 comments on commit 4192215

Please sign in to comment.