TaiYouWeb commited on
Commit
f129f73
·
verified ·
1 Parent(s): 4b6d795

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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==2.0.1 # 固定为2.0.1以满足torchaudio依赖
7
- torchaudio==2.0.2+cpu # 确保与torch兼容
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