TaiYouWeb commited on
Commit
a0f2435
1 Parent(s): 6487001

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -5
requirements.txt CHANGED
@@ -3,8 +3,8 @@ setuptools>=65.5.0
3
  wheel>=0.41.0
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
@@ -58,7 +58,4 @@ unidecode>=1.3.2
58
  num2words
59
  pydub
60
  TTS
61
- hangul-romanize
62
- coqui-tts[ja]
63
- coqui-tts[zh]
64
 
 
3
  wheel>=0.41.0
4
  numpy==1.22.0;python_version<="3.10"
5
  numpy>=1.24.3;python_version>"3.10"
6
+ cython>=0.29.30
7
+ scipy>=1.11.2
8
  torch>=2.1
9
  torchaudio
10
  soundfile>=0.12.0
 
58
  num2words
59
  pydub
60
  TTS
 
 
 
61