Plana-Archive commited on
Commit
e5ddcc3
·
verified ·
1 Parent(s): 9075367

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +37 -19
requirements.txt CHANGED
@@ -1,24 +1,42 @@
1
- cmudict
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  cn2an
3
- # faster-whisper==0.10.1
4
  g2p_en
5
- GPUtil
6
- gradio
7
- jieba
8
- # librosa==0.9.2
9
- loguru
10
  num2words
11
- numpy<2
12
- # protobuf==4.25
 
 
 
 
 
13
  psutil
14
- # punctuators
15
- pyannote.audio>=3.1.0
16
- # pyloudnorm
17
- pyopenjtalk-dict
18
- pypinyin
19
- pyworld-prebuilt
20
- # stable_ts
21
- # tensorboard
22
- torch
23
- transformers
24
  umap-learn
 
 
1
+ # --- UI & Server ---
2
+ gradio==4.44.1
3
+ numpy==1.26.4
4
+ pydantic==2.8.2
5
+ pydantic-core==2.20.1
6
+ fastapi
7
+ uvicorn==0.30.6
8
+
9
+ # --- TTS Core & Audio ---
10
+ torch==2.4.0
11
+ torchaudio==2.4.0
12
+ transformers==4.44.2
13
+ librosa==0.10.1
14
+ scipy==1.12.0
15
+ numba==0.59.0
16
+
17
+ # --- Text Processing (Fix Error Build) ---
18
+ mecab-python3==1.0.8
19
+ unidic-lite
20
+ pyopenjtalk-prebuilt==0.3.0
21
+ pypinyin
22
+ jieba
23
  cn2an
24
+ langid
25
  g2p_en
26
+ cmudict
27
+ jaconv
 
 
 
28
  num2words
29
+
30
+ # --- Utilities ---
31
+ PyYAML
32
+ requests
33
+ safetensors
34
+ sentencepiece
35
+ loguru
36
  psutil
37
+ GPUtil
38
+ matplotlib
39
+ tensorboard
40
+ nltk
 
 
 
 
 
 
41
  umap-learn
42
+ pyannote.audio==3.3.1