Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -3,8 +3,8 @@ TTS
|
|
3 |
setuptools
|
4 |
numpy==1.22.0;python_version<="3.10"
|
5 |
numpy>=1.24.3;python_version>"3.10"
|
6 |
-
cython
|
7 |
-
scipy
|
8 |
torch>=2.1
|
9 |
torchaudio
|
10 |
soundfile>=0.12.0
|
|
|
3 |
setuptools
|
4 |
numpy==1.22.0;python_version<="3.10"
|
5 |
numpy>=1.24.3;python_version>"3.10"
|
6 |
+
cython
|
7 |
+
scipy
|
8 |
torch>=2.1
|
9 |
torchaudio
|
10 |
soundfile>=0.12.0
|