Skip to content

Commit

Permalink
Upgrade lowest scipy version to 1.4.0, because 1.0.0 doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobuddel committed Jun 14, 2023
1 parent 0e5fdb7 commit 377ca33
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 @@ -21,7 +21,7 @@ classifiers=[
]
dependencies = [
"numpy>=1.16",
"scipy>=1.0.0",
"scipy>=1.4.0",
"astropy>=2.0",
"matplotlib>=1.5",

Expand Down

0 comments on commit 377ca33

Please sign in to comment.