update torch version and solve compat issue with isinf

This commit is contained in:
erogol
2020-05-22 13:09:07 +02:00
parent 46522e213e
commit c27fd4238a
3 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ setup(
},
install_requires=[
"scipy>=0.19.0",
"torch>=0.4.1",
"torch>=1.5",
"numpy>=1.16.0",
"librosa==0.6.2",
"unidecode==0.4.20",