Spaces:
Running
Running
kevinwang676
commited on
Commit
·
644a5bf
1
Parent(s):
7f29d20
Update requirements.txt
Browse files- requirements.txt +40 -1
requirements.txt
CHANGED
@@ -1,3 +1,42 @@
|
|
1 |
modelscope
|
2 |
pytorch_wavelets
|
3 |
-
tensorboardX
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
modelscope
|
2 |
pytorch_wavelets
|
3 |
+
tensorboardX
|
4 |
+
audioread==2.1.9
|
5 |
+
certifi==2022.5.18.1
|
6 |
+
cffi==1.15.0
|
7 |
+
charset-normalizer==2.0.12
|
8 |
+
click==8.1.3
|
9 |
+
cycler==0.11.0
|
10 |
+
docker-pycreds==0.4.0
|
11 |
+
fonttools==4.33.3
|
12 |
+
gitdb==4.0.9
|
13 |
+
gitpython==3.1.27
|
14 |
+
hifi-gan-bwe==0.1.12
|
15 |
+
idna==3.3
|
16 |
+
kiwisolver==1.4.2
|
17 |
+
matplotlib==3.5.2
|
18 |
+
numpy==1.22.4
|
19 |
+
packaging==21.3
|
20 |
+
pathtools==0.1.2
|
21 |
+
pillow==9.1.1
|
22 |
+
promise==2.3
|
23 |
+
protobuf==3.20.1
|
24 |
+
psutil==5.9.1
|
25 |
+
pycparser==2.21
|
26 |
+
pyparsing==3.0.9
|
27 |
+
python-dateutil==2.8.2
|
28 |
+
pyyaml==6.0
|
29 |
+
requests==2.27.1
|
30 |
+
sentry-sdk==1.5.12
|
31 |
+
setproctitle==1.2.3
|
32 |
+
shortuuid==1.0.9
|
33 |
+
six==1.16.0
|
34 |
+
smmap==5.0.0
|
35 |
+
soundfile==0.10.3.post1
|
36 |
+
torch==1.11.0
|
37 |
+
torchaudio==0.11.0
|
38 |
+
tqdm==4.64.0
|
39 |
+
traitlets==5.2.0
|
40 |
+
typing-extensions==4.2.0
|
41 |
+
urllib3==1.26.9
|
42 |
+
wandb==0.12.17
|