mirror of
https://github.com/malarinv/tacotron2
synced 2026-03-08 01:32:35 +00:00
fix glow and torch dependencies
This commit is contained in:
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"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user