Skip to content

Commit

Permalink
Remove scipy version requirement from pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
andrrizzi authored Mar 5, 2024
1 parent 26f2092 commit 75918b1
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 @@ -33,7 +33,7 @@ dependencies = [
"numpy",
"pandas",
"matplotlib",
"scipy<1.11.0",
"scipy",
"KDEpy"
]

Expand Down

0 comments on commit 75918b1

Please sign in to comment.