Update requirements.txt
Browse files- requirements.txt +27 -24
requirements.txt
CHANGED
@@ -1,24 +1,27 @@
|
|
1 |
-
# cmudict
|
2 |
-
# cn2an
|
3 |
-
# faster-whisper==0.10.1
|
4 |
-
fastapi[standard]
|
5 |
-
# g2p_en
|
6 |
-
# GPUtil
|
7 |
-
# gradio
|
8 |
-
# jieba
|
9 |
-
# librosa==0.9.2
|
10 |
-
loguru
|
11 |
-
num2words
|
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 |
+
# cmudict
|
2 |
+
# cn2an
|
3 |
+
# faster-whisper==0.10.1
|
4 |
+
fastapi[standard]
|
5 |
+
# g2p_en
|
6 |
+
# GPUtil
|
7 |
+
# gradio
|
8 |
+
# jieba
|
9 |
+
# librosa==0.9.2
|
10 |
+
loguru
|
11 |
+
num2words
|
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
|
25 |
+
pyopenjtalk==0.3.3
|
26 |
+
numpy==1.22.0
|
27 |
+
pyworld==0.3.1
|