From 5a99986e86a7b7dddeef7692cb2ca83a237cc2e3 Mon Sep 17 00:00:00 2001 From: erogol Date: Wed, 20 May 2020 17:30:25 +0200 Subject: [PATCH] update numpy setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",