Skip to content

Commit

Permalink
Reverted last commit - use any scipy >=0.13.2, !=1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitSolomonPrinceton committed Jun 20, 2024
1 parent 617c22a commit df0ed11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [
# Building with numpy 2.0 is compatible with numpy 1.x, but it
# is only available on Python 3.9+
"numpy >= 2.0.0; python_version > '3.8'",
"scipy == 1.13.0",
"scipy >= 0.13.2, !=1.12.0",
"oldest-supported-numpy; python_version <= '3.8'",
"setuptools>=40.8.0",
"setuptools_scm>=6.2",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
numpy >= 2.0.0; python_version > '3.8'
scipy == 1.13.0
scipy >= 0.13.2, !=1.12.0
qdldl

0 comments on commit df0ed11

Please sign in to comment.