Mahiruoshi
commited on
Commit
•
652a020
1
Parent(s):
d493eef
Update requirements.txt
Browse files- requirements.txt +27 -17
requirements.txt
CHANGED
@@ -1,19 +1,29 @@
|
|
1 |
-
Cython==0.29.21
|
2 |
romajitable
|
3 |
-
|
4 |
-
|
|
|
5 |
numpy
|
6 |
-
phonemizer
|
7 |
-
scipy
|
8 |
-
tensorboard
|
9 |
-
torch
|
10 |
-
torchvision
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
jieba
|
18 |
-
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
romajitable
|
2 |
+
numba
|
3 |
+
librosa
|
4 |
+
matplotlib
|
5 |
numpy
|
6 |
+
phonemizer
|
7 |
+
scipy
|
8 |
+
tensorboard
|
9 |
+
torch
|
10 |
+
torchvision
|
11 |
+
torchaudio
|
12 |
+
unidecode
|
13 |
+
pyopenjtalk>=0.3.0
|
14 |
+
jamo
|
15 |
+
pypinyin
|
16 |
+
ko_pron
|
17 |
+
jieba
|
18 |
+
cn2an
|
19 |
+
protobuf
|
20 |
+
inflect
|
21 |
+
eng_to_ipa
|
22 |
+
ko_pron
|
23 |
+
indic_transliteration
|
24 |
+
num_thai
|
25 |
+
opencc
|
26 |
+
onnx
|
27 |
+
onnxruntime
|
28 |
+
psutil
|
29 |
+
gradio
|