update numpy setup.py

pull/10/head
erogol 2020-05-20 17:30:25 +02:00
parent 6b6ba4d420
commit 5a99986e86
1 changed files with 1 additions and 1 deletions

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