Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +33 -33
requirements.txt
CHANGED
@@ -1,33 +1,33 @@
|
|
1 |
-
torch
|
2 |
-
torchaudio
|
3 |
-
|
4 |
-
tqdm
|
5 |
-
numpy
|
6 |
-
soundfile # to make sure that torchaudio has at least one valid backend
|
7 |
-
|
8 |
-
tensorboard
|
9 |
-
|
10 |
-
# for monotonic_align
|
11 |
-
numba
|
12 |
-
|
13 |
-
# ODE-solver
|
14 |
-
torchdiffeq
|
15 |
-
|
16 |
-
# for g2p
|
17 |
-
# chinese
|
18 |
-
pypinyin
|
19 |
-
jieba
|
20 |
-
# english
|
21 |
-
eng_to_ipa
|
22 |
-
unidecode
|
23 |
-
inflect
|
24 |
-
# japanese
|
25 |
-
# if pyopenjtalk fail to download open_jtalk_dic_utf_8-1.11.tar.gz, manually download and unzip the file below
|
26 |
-
# https://github.com/r9y9/open_jtalk/releases/download/v1.11.1/open_jtalk_dic_utf_8-1.11.tar.gz
|
27 |
-
# and set os.environ['OPEN_JTALK_DICT_DIR'] to the folder path
|
28 |
-
pyopenjtalk-prebuilt # if using python >= 3.12, install pyopenjtalk instead
|
29 |
-
|
30 |
-
# for webui
|
31 |
-
gradio
|
32 |
-
matplotlib
|
33 |
-
|
|
|
1 |
+
torch
|
2 |
+
torchaudio
|
3 |
+
|
4 |
+
tqdm
|
5 |
+
numpy < 2.0
|
6 |
+
soundfile # to make sure that torchaudio has at least one valid backend
|
7 |
+
|
8 |
+
tensorboard
|
9 |
+
|
10 |
+
# for monotonic_align
|
11 |
+
numba
|
12 |
+
|
13 |
+
# ODE-solver
|
14 |
+
torchdiffeq
|
15 |
+
|
16 |
+
# for g2p
|
17 |
+
# chinese
|
18 |
+
pypinyin
|
19 |
+
jieba
|
20 |
+
# english
|
21 |
+
eng_to_ipa
|
22 |
+
unidecode
|
23 |
+
inflect
|
24 |
+
# japanese
|
25 |
+
# if pyopenjtalk fail to download open_jtalk_dic_utf_8-1.11.tar.gz, manually download and unzip the file below
|
26 |
+
# https://github.com/r9y9/open_jtalk/releases/download/v1.11.1/open_jtalk_dic_utf_8-1.11.tar.gz
|
27 |
+
# and set os.environ['OPEN_JTALK_DICT_DIR'] to the folder path
|
28 |
+
pyopenjtalk-prebuilt # if using python >= 3.12, install pyopenjtalk instead
|
29 |
+
|
30 |
+
# for webui
|
31 |
+
gradio
|
32 |
+
matplotlib
|
33 |
+
|