Skip to content

Commit

Permalink
Merge pull request #32 from ccarrizosa/fix/np_exception
Browse files Browse the repository at this point in the history
Fix numpy exception handling
  • Loading branch information
mbsantiago authored Nov 10, 2024
2 parents 3f34164 + 8597ef0 commit d05bec8
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 d05bec8

Please sign in to comment.