From 8ca7c53158436ca3ef6e93ed26165d868bc8d2fd Mon Sep 17 00:00:00 2001 From: erogol Date: Sun, 12 Jul 2020 15:35:28 +0200 Subject: [PATCH] update requirements and setup.py --- requirements.txt | 20 ++++++++++++-------- requirements_tests.txt | 18 +++++++++--------- 2 files changed, 21 insertions(+), 17 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1d505f10..fb3e2281 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,15 +1,19 @@ -numpy>=1.16.0 torch>=1.5 -librosa>=0.5.1 -Unidecode>=0.4.20 -tensorboard +tensorflow>=2.2 +numpy>=1.16.0 +scipy>=0.19.0 +numba==0.48 +librosa==0.6.2 +unidecode==0.4.20 +attrdict tensorboardX matplotlib Pillow flask -scipy tqdm -soundfile -phonemizer -bokeh==1.4.0 inflect +bokeh==1.4.0 +soundfile +nose==1.3.7 +cardboardlint==1.3.0 +pylint==2.5.3 \ No newline at end of file diff --git a/requirements_tests.txt b/requirements_tests.txt index 92ddadb2..6823b172 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -1,18 +1,18 @@ +torch>=1.5 +tensorflow==2.3rc numpy>=1.16.0 +scipy>=0.19.0 numba==0.48 -torch>=0.4.1 -tf-nightly -librosa>=0.5.1 -Unidecode>=0.4.20 -tensorboard +librosa==0.6.2 +unidecode==0.4.20 +attrdict tensorboardX matplotlib Pillow flask -scipy tqdm -soundfile inflect -phonemizer bokeh==1.4.0 -nose +soundfile +nose==1.3.7 +cardboardlint==1.3.0 \ No newline at end of file