Add versions to setup.py

This commit is contained in:
Eren G
2018-08-03 15:37:26 +02:00
parent fc9ede5a28
commit 59738e9676
2 changed files with 5 additions and 6 deletions
-1
View File
@@ -2,7 +2,6 @@ numpy==1.14.3
lws
torch>=0.4.0
librosa==0.5.1
inflect==0.2.5
Unidecode==0.4.20
tensorboard
tensorboardX
+5 -5
View File
@@ -70,14 +70,14 @@ setup(
'build_py': build_py,
'develop': develop,
},
setup_requires=["numpy"],
setup_requires=["numpy==1.14.3"],
install_requires=[
"scipy",
"scipy==0.19.0",
"torch == 0.4.0",
"librosa",
"unidecode",
"librosa==0.5.1",
"unidecode==0.4.20",
"tensorboardX",
"matplotlib",
"matplotlib==2.0.2",
"Pillow",
"flask",
"lws",