Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -3,8 +3,8 @@ 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
|
7 |
-
torchaudio
|
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
|
|
|
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.1.0 # 升级 torch 以满足 coqui-tts 依赖
|
7 |
+
torchaudio>=2.1.0 # 与 torch 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
|