Skip to content

Commit

Permalink
Add explicit dependency on rustworkx and scipy (#289)
Browse files Browse the repository at this point in the history
* Add explicit dependency on rustworkx

* Add scipy as well, and pin it from above

* Bump to a scipy version compatible with pyscf
  • Loading branch information
garrison authored and caleb-johnson committed Jul 5, 2023
1 parent bb21525 commit 83d3644
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ 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",
"rustworkx>=0.12.0",
"qiskit-aer>=0.12.0",
"qiskit-terra>=0.24.0",
"qiskit-nature>=0.6.0",
Expand Down

0 comments on commit 83d3644

Please sign in to comment.