mirror of https://github.com/coqui-ai/TTS.git
Add versions to setup.py
This commit is contained in:
parent
fc9ede5a28
commit
59738e9676
|
@ -2,7 +2,6 @@ numpy==1.14.3
|
||||||
lws
|
lws
|
||||||
torch>=0.4.0
|
torch>=0.4.0
|
||||||
librosa==0.5.1
|
librosa==0.5.1
|
||||||
inflect==0.2.5
|
|
||||||
Unidecode==0.4.20
|
Unidecode==0.4.20
|
||||||
tensorboard
|
tensorboard
|
||||||
tensorboardX
|
tensorboardX
|
||||||
|
|
10
setup.py
10
setup.py
|
@ -70,14 +70,14 @@ setup(
|
||||||
'build_py': build_py,
|
'build_py': build_py,
|
||||||
'develop': develop,
|
'develop': develop,
|
||||||
},
|
},
|
||||||
setup_requires=["numpy"],
|
setup_requires=["numpy==1.14.3"],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"scipy",
|
"scipy==0.19.0",
|
||||||
"torch == 0.4.0",
|
"torch == 0.4.0",
|
||||||
"librosa",
|
"librosa==0.5.1",
|
||||||
"unidecode",
|
"unidecode==0.4.20",
|
||||||
"tensorboardX",
|
"tensorboardX",
|
||||||
"matplotlib",
|
"matplotlib==2.0.2",
|
||||||
"Pillow",
|
"Pillow",
|
||||||
"flask",
|
"flask",
|
||||||
"lws",
|
"lws",
|
||||||
|
|
Loading…
Reference in New Issue