Skip to content

Commit

Permalink
Update scipy dependency version in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bleykauf committed Jan 27, 2025
1 parent 86bf255 commit f534a21
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 @@ -17,7 +17,7 @@ classifiers = [
"Operating System :: OS Independent",
"Intended Audience :: Science/Research",
]
dependencies = ["numpy>=1.18.5,<2.0", "scipy>=1.11.1,<2.0", "matplotlib>=3.7.4"]
dependencies = ["numpy>=1.18.5,<2.0", "scipy>=1.13.1,<2.0", "matplotlib>=3.7.4"]
dynamic = ["version"]

[project.optional-dependencies]
Expand Down

0 comments on commit f534a21

Please sign in to comment.