Skip to content

Commit

Permalink
Limit numpy versions to <2
Browse files Browse the repository at this point in the history
  • Loading branch information
ccarrizosa committed Nov 10, 2024
1 parent 2d8a7b6 commit 8597ef0
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 @@ -15,7 +15,7 @@ authors = [
dependencies = [
"librosa>=0.10.1",
"matplotlib>=3.7.1",
"numpy>=1.23.5",
"numpy>=1.23.5,<2",
"pandas>=1.5.3",
"scikit-learn>=1.2.2",
"scipy>=1.10.1",
Expand Down

0 comments on commit 8597ef0

Please sign in to comment.