diff --git a/setup.py b/setup.py index f92dac8a..a1987a60 100644 --- a/setup.py +++ b/setup.py @@ -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",