Skip to content

Commit

Permalink
pin scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
timmysilv committed Jun 26, 2023
1 parent e9751dc commit 492ad40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ m2r2
numpy
pygments-github-lexers
semantic_version==2.10
scipy
scipy>=1.8,<=1.10
docutils==0.16
sphinx==3.5; python_version < "3.10"
sphinx==4.2; python_version == "3.10"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy<1.24
scipy~=1.8
scipy>=1.8,<=1.10
cvxpy~=1.2
cvxopt~=1.3.0
cachetools~=5.0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

requirements = [
"numpy<1.24",
"scipy",
"scipy>=1.8,<=1.10",
"networkx",
"rustworkx",
"autograd>=1.4,<=1.5",
Expand Down

0 comments on commit 492ad40

Please sign in to comment.