Skip to content

Commit

Permalink
Bumpy scipy to support py312
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-johnson committed Sep 10, 2024
1 parent d8d6bec commit d014a7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ dependencies = [
"qiskit>=1.2",
"numpy>=1.26",
"pyscf>=2.5",
"jaxlib>=0.4.17",
"jax>=0.4",
"scipy>=0.13",
"jaxlib>=0.4.31",
"jax>=0.4.31",
"scipy>=0.14",
]

[project.optional-dependencies]
Expand Down

0 comments on commit d014a7c

Please sign in to comment.