Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +56 -14
requirements.txt
CHANGED
@@ -1,17 +1,59 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
torch==1.10.1+cu111
|
16 |
torchaudio==0.10.1+cu111
|
17 |
torchvision==0.11.2+cu111
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
audioread==3.0.1
|
2 |
+
certifi @ file:///home/conda/feedstock_root/build_artifacts/certifi_1725278078093/work/certifi
|
3 |
+
cffi==1.15.1
|
4 |
+
charset-normalizer==3.3.2
|
5 |
+
cycler==0.11.0
|
6 |
+
decorator==5.1.1
|
7 |
+
ffmpeg-python==0.2.0
|
8 |
+
filelock==3.12.2
|
9 |
+
freetype-py==2.5.1
|
10 |
+
fsspec==2023.1.0
|
11 |
+
future==1.0.0
|
12 |
+
huggingface-hub==0.16.4
|
13 |
+
idna==3.10
|
14 |
+
imageio==2.31.2
|
15 |
+
imageio-ffmpeg==0.5.1
|
16 |
+
importlib-metadata==6.7.0
|
17 |
+
importlib-resources==5.12.0
|
18 |
+
joblib==1.3.2
|
19 |
+
kiwisolver==1.4.5
|
20 |
+
librosa==0.9.2
|
21 |
+
llvmlite==0.39.1
|
22 |
+
matplotlib==3.2.2
|
23 |
+
networkx==2.6.3
|
24 |
+
numba==0.56.4
|
25 |
+
numpy==1.21.6
|
26 |
+
opencv-python==4.7.0.72
|
27 |
+
packaging==24.0
|
28 |
+
Pillow==9.5.0
|
29 |
+
platformdirs==4.0.0
|
30 |
+
pooch==1.8.2
|
31 |
+
psutil==6.0.0
|
32 |
+
pycparser==2.21
|
33 |
+
pyglet==1.5.29
|
34 |
+
PyOpenGL==3.1.5
|
35 |
+
pyparsing==3.1.4
|
36 |
+
pyrender==0.1.45
|
37 |
+
python-dateutil==2.9.0.post0
|
38 |
+
python-speech-features==0.6
|
39 |
+
PyYAML==6.0.1
|
40 |
+
regex==2024.4.16
|
41 |
+
requests==2.31.0
|
42 |
+
resampy==0.4.3
|
43 |
+
scikit-learn==1.0.2
|
44 |
+
scipy==1.7.3
|
45 |
+
six==1.16.0
|
46 |
+
smplx==0.1.28
|
47 |
+
soundfile==0.12.1
|
48 |
+
TextGrid==1.6.1
|
49 |
+
threadpoolctl==3.1.0
|
50 |
+
tokenizers==0.12.1
|
51 |
torch==1.10.1+cu111
|
52 |
torchaudio==0.10.1+cu111
|
53 |
torchvision==0.11.2+cu111
|
54 |
+
tqdm==4.64.1
|
55 |
+
transformers==4.22.2
|
56 |
+
trimesh==3.14.1
|
57 |
+
typing_extensions==4.7.1
|
58 |
+
urllib3==2.0.7
|
59 |
+
zipp==3.15.0
|