Skip to content

Commit

Permalink
Unpin scipy upper version limit
Browse files Browse the repository at this point in the history
Rationale:  It works fine with 1.13 and with have no indication that something will break with the next minor versions (and no major version bump in sight)
  • Loading branch information
jschueller authored Jun 17, 2024
1 parent 0e597a2 commit 9315ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ python_requires = >=3.9

install_requires =
numpy >= 1.19.5
scipy >= 1.10.1, < 1.13.0
scipy >= 1.10.1
cython >= 3.0.7
nose-py3 >= 1.6.3
matplotlib > 3

0 comments on commit 9315ee1

Please sign in to comment.