Skip to content

Commit

Permalink
different versions of scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
jkanche committed Dec 18, 2024
1 parent 4625422 commit 11441e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ python_requires = >=3.9
install_requires =
importlib-metadata; python_version<"3.8"
numpy
scipy
scipy<1.13.0; python_version<"3.9"
scipy; python_version>"3.9"


[options.packages.find]
Expand Down

0 comments on commit 11441e6

Please sign in to comment.