Skip to content

Commit

Permalink
BUILD: Updated scipy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pastewka committed Jul 16, 2024
1 parent a816d14 commit 6b6544a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ requires-python = ">=3.8.0"
dynamic = ["version"]
dependencies = [
"numpy>=1.16.0",
"scipy>=1.2.3",
"scipy>=1.12.0", # rtol in scipy cg
"ase>=3.16.0",
"looseversion"
]
Expand Down

0 comments on commit 6b6544a

Please sign in to comment.