Skip to content

Commit

Permalink
Set version for scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
jkanche committed Jun 27, 2024
1 parent 4591088 commit ce6d9b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ package_dir =
=src

# Require a min/specific Python version (comma-separated conditions)
# python_requires = >=3.8
python_requires = >=3.8

# Add here dependencies of your project (line-separated), e.g. requests>=2.2,<3.0.
# Version specifiers like >=2.2,<3.0 avoid problems due to API changes in
Expand All @@ -50,7 +50,7 @@ package_dir =
install_requires =
importlib-metadata; python_version<"3.8"
numpy
scipy
scipy==1.12.0


[options.packages.find]
Expand Down

0 comments on commit ce6d9b7

Please sign in to comment.