Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +15 -15
requirements.txt
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
2 |
-
numpy>=1.24.3,<2.0.0
|
3 |
-
scikit-learn==1.2.2
|
4 |
-
setuptools>=65.5.0,<68.0.0
|
5 |
-
wheel>=0.41.0,<0.45.0
|
6 |
-
torch>=2.0.0,<2.1.0
|
7 |
-
torchaudio>=2.0.0,<2.1.0
|
8 |
-
coqui-tts>=0.24.1,<0.25.0
|
9 |
-
hangul-romanize>=0.
|
10 |
-
coqui-tts[ja]>=0.24.1,<0.25.0
|
11 |
-
coqui-tts[zh]>=0.24.1,<0.25.0
|
12 |
-
uvicorn>=0.22.0,<0.23.0
|
13 |
-
fastapi>=0.103.1,<0.105.0
|
14 |
-
python-multipart>=0.0.6,<0.1.0
|
15 |
-
python-dotenv>=1.0.0,<2.0.0
|
16 |
-
pydub>=0.25.1,<0.26.0
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
2 |
+
numpy>=1.24.3,<2.0.0
|
3 |
+
scikit-learn==1.2.2
|
4 |
+
setuptools>=65.5.0,<68.0.0
|
5 |
+
wheel>=0.41.0,<0.45.0
|
6 |
+
torch>=2.0.0,<2.1.0
|
7 |
+
torchaudio>=2.0.0,<2.1.0
|
8 |
+
coqui-tts>=0.24.1,<0.25.0
|
9 |
+
hangul-romanize>=0.1.0,<0.2.0 # 调整为可用版本
|
10 |
+
coqui-tts[ja]>=0.24.1,<0.25.0
|
11 |
+
coqui-tts[zh]>=0.24.1,<0.25.0
|
12 |
+
uvicorn>=0.22.0,<0.23.0
|
13 |
+
fastapi>=0.103.1,<0.105.0
|
14 |
+
python-multipart>=0.0.6,<0.1.0
|
15 |
+
python-dotenv>=1.0.0,<2.0.0
|
16 |
+
pydub>=0.25.1,<0.26.0
|