Skip to content

Commit

Permalink
missed scipy version in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
je-cook committed May 4, 2023
1 parent 38718b4 commit 040a85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import versioneer


_install_requires = ['scipy>=0.16,<=1.7.3', 'numba>=0.45']
_install_requires = ['scipy>=0.16,<=1.11.0', 'numba>=0.45']


metadata = dict(
Expand Down

0 comments on commit 040a85e

Please sign in to comment.