From fcc44ba705f7596c1cf35c6ac11c6df0e6ee82db Mon Sep 17 00:00:00 2001 From: multinucliated Date: Wed, 17 Jun 2020 15:32:52 +0530 Subject: [PATCH] updated the requirement.txt file --- requirements.txt | 42 +++++++++++++++++++++++++++++++++++++----- 1 file changed, 37 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index aa7140a6..fd40f2fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,38 @@ -numpy==1.16.2 +astroid==2.4.2 +audioread==2.1.8 +click==7.1.2 +colorama==0.4.3 +cycler==0.10.0 +decorator==4.4.2 +future==0.18.2 +importlib-metadata==1.6.1 +inflect==4.1.0 +isort==4.3.21 +joblib==0.15.1 +kiwisolver==1.2.0 +lazy-object-proxy==1.4.3 librosa==0.6.3 -matplotlib -unidecode -inflect -nltk \ No newline at end of file +llvmlite==0.32.1 +matplotlib==3.2.1 +mccabe==0.6.1 +nltk==3.5 +numba==0.43.0 +numpy==1.16.2 +Pillow==7.1.2 +pylint==2.5.3 +pyparsing==2.4.7 +python-dateutil==2.8.1 +regex==2020.6.8 +resampy==0.2.2 +scikit-learn==0.23.1 +scipy==1.4.1 +six==1.15.0 +threadpoolctl==2.1.0 +toml==0.10.1 +torch==1.5.0 +torchvision==0.6.0 +tqdm==4.46.1 +typed-ast==1.4.1 +Unidecode==1.1.1 +wrapt==1.12.1 +zipp==3.1.0