From 2cd44cbc9d1637c9c49ca0a5658dfca7b71f30de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Mon, 1 Feb 2021 16:36:22 +0000 Subject: [PATCH] pin numpy v0.0.9.1 --- pyproject.toml | 2 +- requirements.txt | 5 ++--- setup.py | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fc0aca4..8b8da28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,2 +1,2 @@ [build-system] -requires = ["setuptools", "wheel", "Cython", "numpy>=1.16.0"] \ No newline at end of file +requires = ["setuptools", "wheel", "Cython", "numpy==1.17.5"] \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 31b4991..7a0d9f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,11 @@ torch>=1.5 tensorflow==2.3.1 -numpy>=1.16.0 +numpy==1.17.5 scipy>=0.19.0 numba==0.48 librosa==0.7.2 phonemizer>=2.2.0 unidecode==0.4.20 -attrdict tensorboardX matplotlib Pillow @@ -23,4 +22,4 @@ pylint==2.5.3 gdown umap-learn cython -pyyaml +pyyaml \ No newline at end of file diff --git a/setup.py b/setup.py index 6cc06f8..a4fbe1d 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ args, unknown_args = parser.parse_known_args() # Remove our arguments from argv so that setuptools doesn't see them sys.argv = [sys.argv[0]] + unknown_args -version = '0.0.9' +version = '0.0.9.1' cwd = os.path.dirname(os.path.abspath(__file__)) # Handle Cython code