Skip to content

Commit

Permalink
scipy compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dmdunla committed Jan 6, 2025
1 parent 3c4a2db commit a112d53
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 @@ -12,7 +12,7 @@ requires-python = ">=3.9"
dependencies = [
"numpy<3.0,>=1.24",
"numpy_groupies>0.11",
"scipy>1.9",
"scipy<1.15,>1.9",
"matplotlib>3.7",
]

Expand Down

0 comments on commit a112d53

Please sign in to comment.