update numpy setup.py

This commit is contained in:
erogol
2020-05-20 17:30:25 +02:00
parent 6b6ba4d420
commit 5a99986e86
+1 -1
View File
@@ -93,7 +93,7 @@ setup(
install_requires=[
"scipy>=0.19.0",
"torch>=0.4.1",
"numpy==1.15.4",
"numpy>=1.16.0",
"librosa==0.6.2",
"unidecode==0.4.20",
"attrdict",