Limit numpy versions to <2

This commit is contained in:
ccarrizosa 2024-11-10 15:54:16 +01:00
parent 2d8a7b67f8
commit 8597ef0a1c

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