Mahiruoshi
commited on
Commit
•
2c98015
1
Parent(s):
e58b2ee
Update requirements.txt
Browse files- requirements.txt +18 -29
requirements.txt
CHANGED
@@ -1,31 +1,20 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
phonemizer
|
9 |
-
scipy
|
10 |
-
tensorboard
|
11 |
torch
|
12 |
torchvision
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
eng_to_ipa
|
25 |
-
ko_pron
|
26 |
-
indic_transliteration
|
27 |
-
num_thai
|
28 |
-
opencc
|
29 |
-
onnx
|
30 |
-
onnxruntime
|
31 |
-
psutil
|
|
|
1 |
+
Cython==0.29.21
|
2 |
+
librosa==0.8.0
|
3 |
+
matplotlib==3.3.1
|
4 |
+
numpy==1.21.6
|
5 |
+
phonemizer==2.2.1
|
6 |
+
scipy==1.5.2
|
7 |
+
tensorboard==2.3.0
|
|
|
|
|
|
|
8 |
torch
|
9 |
torchvision
|
10 |
+
Unidecode==1.1.1
|
11 |
+
pyopenjtalk==0.2.0
|
12 |
+
jamo==0.4.1
|
13 |
+
pypinyin==0.44.0
|
14 |
+
jieba==0.42.1
|
15 |
+
cn2an==0.5.17
|
16 |
+
jieba==0.42.1
|
17 |
+
ipython==7.34.0
|
18 |
+
gradio==3.4.1
|
19 |
+
openai
|
20 |
+
pydub
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|