Merge pull request #32 from ccarrizosa/fix/np_exception

Fix numpy exception handling
This commit is contained in:
Santiago Martinez Balvanera 2024-11-10 18:15:31 +00:00 committed by GitHub
commit d05bec880a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",