Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +36 -59
requirements.txt
CHANGED
@@ -1,59 +1,36 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
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
|
52 |
-
torchvision
|
53 |
-
torchaudio
|
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
|
|
|
1 |
+
umpy
|
2 |
+
smplx
|
3 |
+
shapely
|
4 |
+
freetype-py
|
5 |
+
imageio
|
6 |
+
networkx
|
7 |
+
pyglet==1.4.0a1
|
8 |
+
six
|
9 |
+
sphinx
|
10 |
+
sphinx_rtd_theme
|
11 |
+
sphinx-automodapi
|
12 |
+
mapbox_earcut
|
13 |
+
chumpy
|
14 |
+
gdown
|
15 |
+
MoviePy
|
16 |
+
|
17 |
+
transformers~=4.22.2
|
18 |
+
torch~=1.10.1
|
19 |
+
torchaudio~=0.10.1
|
20 |
+
matplotlib~=3.2.2
|
21 |
+
torchvision~=0.11.2
|
22 |
+
textgrid~=1.5
|
23 |
+
scikit-learn~=1.0.2
|
24 |
+
smplx~=0.1.28
|
25 |
+
opencv-python~=4.7.0.72
|
26 |
+
|
27 |
+
trimesh~=3.14.1
|
28 |
+
gradio~=3.24.1
|
29 |
+
tqdm~=4.64.1
|
30 |
+
librosa~=0.9.2
|
31 |
+
scipy~=1.7.3
|
32 |
+
pandas~=1.3.5
|
33 |
+
zmq~=0.0.0
|
34 |
+
pyzmq~=25.0.2
|
35 |
+
pillow~=9.2.0
|
36 |
+
setuptools~=65.6.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|