Spaces:
Build error
Build error
Rongjiehuang
commited on
Commit
•
3f42480
1
Parent(s):
fb4c341
update
Browse files- requirements.txt +0 -42
requirements.txt
CHANGED
@@ -1,28 +1,11 @@
|
|
1 |
-
absl-py==1.3.0
|
2 |
-
appdirs==1.4.4
|
3 |
-
asttokens==2.2.0
|
4 |
-
audioread==3.0.0
|
5 |
-
backcall==0.2.0
|
6 |
cachetools==4.2.4
|
7 |
-
certifi==2022.9.24
|
8 |
-
cffi==1.15.1
|
9 |
-
chardet==5.0.0
|
10 |
-
charset-normalizer==2.1.1
|
11 |
-
click==8.1.3
|
12 |
-
contourpy==1.0.6
|
13 |
-
cycler==0.11.0
|
14 |
Cython==0.29.32
|
15 |
decorator==5.1.1
|
16 |
Distance==0.1.3
|
17 |
einops==0.5.0
|
18 |
-
executing==1.2.0
|
19 |
-
filelock==3.8.0
|
20 |
fonttools==4.38.0
|
21 |
future==0.18.2
|
22 |
g2p-en==2.1.0
|
23 |
-
google-auth==1.35.0
|
24 |
-
google-auth-oauthlib==0.4.6
|
25 |
-
grpcio==1.50.0
|
26 |
h5py==3.7.0
|
27 |
huggingface-hub==0.10.1
|
28 |
idna==3.4
|
@@ -33,10 +16,6 @@ ipdb==0.13.9
|
|
33 |
ipython==8.6.0
|
34 |
jedi==0.18.2
|
35 |
jieba==0.42.1
|
36 |
-
jiwer==2.5.1
|
37 |
-
joblib==1.2.0
|
38 |
-
kiwisolver==1.4.4
|
39 |
-
Levenshtein==0.20.2
|
40 |
librosa==0.8.0
|
41 |
llvmlite==0.36.0
|
42 |
Markdown==3.4.1
|
@@ -48,35 +27,17 @@ networkx==2.8.8
|
|
48 |
nltk==3.7
|
49 |
numba==0.53.1
|
50 |
numpy==1.23.4
|
51 |
-
nvidia-cublas-cu11==11.10.3.66
|
52 |
-
nvidia-cuda-nvrtc-cu11==11.7.99
|
53 |
-
nvidia-cuda-runtime-cu11==11.7.99
|
54 |
-
nvidia-cudnn-cu11==8.5.0.96
|
55 |
oauthlib==3.2.2
|
56 |
packaging==21.3
|
57 |
pandas==1.5.1
|
58 |
-
parso==0.8.3
|
59 |
-
pexpect==4.8.0
|
60 |
-
pickleshare==0.7.5
|
61 |
Pillow==9.3.0
|
62 |
-
pooch==1.6.0
|
63 |
praat-parselmouth==0.3.3
|
64 |
praatio==5.1.1
|
65 |
prompt-toolkit==3.0.33
|
66 |
-
protobuf==3.20.1
|
67 |
-
ptyprocess==0.7.0
|
68 |
-
pure-eval==0.2.2
|
69 |
-
pyasn1==0.4.8
|
70 |
-
pyasn1-modules==0.2.8
|
71 |
pycparser==2.21
|
72 |
pycwt==0.3.0a22
|
73 |
-
pydantic==1.10.2
|
74 |
-
Pygments==2.13.0
|
75 |
pyloudnorm==0.1.0
|
76 |
-
pynini @ file:///home/conda/feedstock_root/build_artifacts/pynini_1667113458118/work
|
77 |
pyparsing==3.0.9
|
78 |
-
python-dateutil==2.8.2
|
79 |
-
pytz==2022.6
|
80 |
PyWavelets==1.4.1
|
81 |
pyworld==0.3.1
|
82 |
PyYAML==6.0
|
@@ -86,13 +47,11 @@ requests==2.28.1
|
|
86 |
requests-oauthlib==1.3.1
|
87 |
resampy==0.4.2
|
88 |
Resemblyzer==0.1.1.dev0
|
89 |
-
rsa==4.9
|
90 |
scikit-image==0.16.2
|
91 |
scikit-learn==0.24.1
|
92 |
scipy==1.3.0
|
93 |
six==1.16.0
|
94 |
soundfile==0.11.0
|
95 |
-
stack-data==0.6.2
|
96 |
tensorboard==2.6.0
|
97 |
tensorboard-data-server==0.6.1
|
98 |
tensorboard-plugin-wit==1.8.1
|
@@ -112,5 +71,4 @@ typing-extensions==4.4.0
|
|
112 |
urllib3==1.26.12
|
113 |
wcwidth==0.2.5
|
114 |
webrtcvad==2.0.10
|
115 |
-
Werkzeug==2.2.2
|
116 |
zipp==3.10.0
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
cachetools==4.2.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
Cython==0.29.32
|
3 |
decorator==5.1.1
|
4 |
Distance==0.1.3
|
5 |
einops==0.5.0
|
|
|
|
|
6 |
fonttools==4.38.0
|
7 |
future==0.18.2
|
8 |
g2p-en==2.1.0
|
|
|
|
|
|
|
9 |
h5py==3.7.0
|
10 |
huggingface-hub==0.10.1
|
11 |
idna==3.4
|
|
|
16 |
ipython==8.6.0
|
17 |
jedi==0.18.2
|
18 |
jieba==0.42.1
|
|
|
|
|
|
|
|
|
19 |
librosa==0.8.0
|
20 |
llvmlite==0.36.0
|
21 |
Markdown==3.4.1
|
|
|
27 |
nltk==3.7
|
28 |
numba==0.53.1
|
29 |
numpy==1.23.4
|
|
|
|
|
|
|
|
|
30 |
oauthlib==3.2.2
|
31 |
packaging==21.3
|
32 |
pandas==1.5.1
|
|
|
|
|
|
|
33 |
Pillow==9.3.0
|
|
|
34 |
praat-parselmouth==0.3.3
|
35 |
praatio==5.1.1
|
36 |
prompt-toolkit==3.0.33
|
|
|
|
|
|
|
|
|
|
|
37 |
pycparser==2.21
|
38 |
pycwt==0.3.0a22
|
|
|
|
|
39 |
pyloudnorm==0.1.0
|
|
|
40 |
pyparsing==3.0.9
|
|
|
|
|
41 |
PyWavelets==1.4.1
|
42 |
pyworld==0.3.1
|
43 |
PyYAML==6.0
|
|
|
47 |
requests-oauthlib==1.3.1
|
48 |
resampy==0.4.2
|
49 |
Resemblyzer==0.1.1.dev0
|
|
|
50 |
scikit-image==0.16.2
|
51 |
scikit-learn==0.24.1
|
52 |
scipy==1.3.0
|
53 |
six==1.16.0
|
54 |
soundfile==0.11.0
|
|
|
55 |
tensorboard==2.6.0
|
56 |
tensorboard-data-server==0.6.1
|
57 |
tensorboard-plugin-wit==1.8.1
|
|
|
71 |
urllib3==1.26.12
|
72 |
wcwidth==0.2.5
|
73 |
webrtcvad==2.0.10
|
|
|
74 |
zipp==3.10.0
|