mirror of https://github.com/malarinv/tacotron2
fix glow and torch dependencies
parent
342b230b93
commit
7a1e6962f6
2
setup.py
2
setup.py
|
|
@ -17,7 +17,7 @@ requirements = [
|
||||||
"librosa==0.6.0",
|
"librosa==0.6.0",
|
||||||
"scipy==1.3.0",
|
"scipy==1.3.0",
|
||||||
"Unidecode==1.0.22",
|
"Unidecode==1.0.22",
|
||||||
"torch==1.1.0",
|
"torch @ https://download.pytorch.org/whl/cpu/torch-1.3.0%2Bcpu-cp37-cp37m-linux_x86_64.whl",
|
||||||
"PyAudio==0.2.11"
|
"PyAudio==0.2.11"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue