Skip to content

Commit

Permalink
Remove upper version bound on scipy (#423)
Browse files Browse the repository at this point in the history
pyscf/pyscf#1783 has now been resolved
in a pyscf release, so we no longer have a restriction on scipy.

(cherry picked from commit 132539d)
  • Loading branch information
garrison authored and mergify[bot] committed Oct 4, 2023
1 parent 105821a commit b94a38f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ requires-python = ">=3.8"

dependencies = [
"numpy>=1.23.0",
# scipy is currently bounded from above because scipy 1.11 removed the
# `sym_pos` kwarg from `scipy.linalg.solve`, but pyscf has not yet been updated.
"scipy>=1.5.2,<1.11",
"scipy>=1.5.2",
"rustworkx>=0.12.0",
"qiskit-aer>=0.12.0",
"qiskit>=0.43.0",
Expand Down

0 comments on commit b94a38f

Please sign in to comment.