mirror of
https://github.com/wassname/TTS.git
synced 2026-09-12 12:11:47 +08:00
Add versions to setup.py
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user