fix glow and torch dependencies

Malar 2019-10-19 22:02:37 +05:30
parent 342b230b93
commit 7a1e6962f6
2 changed files with 1 additions and 1 deletions

View File

@ -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"
] ]