Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +16 -6
requirements.txt
CHANGED
@@ -18,20 +18,30 @@ gradio>=5.29.0,<5.30.0
|
|
18 |
spaces
|
19 |
|
20 |
# Dependencies from UniRig's official requirements.txt
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
trimesh
|
23 |
scipy
|
24 |
smplx
|
25 |
-
pyrender
|
26 |
chumpy
|
27 |
opencv-python
|
28 |
Pillow
|
29 |
pyquaternion
|
30 |
-
# Changed from pytorch-lightning to lightning, and specified version as per UniRig's reqs
|
31 |
-
lightning>=2.0.0
|
32 |
hydra-core
|
33 |
rich
|
34 |
distinctipy
|
35 |
scikit-image
|
36 |
-
mediapipe
|
37 |
-
python-box
|
|
|
18 |
spaces
|
19 |
|
20 |
# Dependencies from UniRig's official requirements.txt
|
21 |
+
transformers
|
22 |
+
python-box
|
23 |
+
einops
|
24 |
+
omegaconf
|
25 |
+
pytorch_lightning
|
26 |
+
lightning
|
27 |
+
addict
|
28 |
+
timm
|
29 |
+
fast-simplification
|
30 |
+
bpy==4.2
|
31 |
+
flash_attn
|
32 |
+
trimesh
|
33 |
+
open3d
|
34 |
+
pyrender
|
35 |
+
huggingface_hub
|
36 |
trimesh
|
37 |
scipy
|
38 |
smplx
|
|
|
39 |
chumpy
|
40 |
opencv-python
|
41 |
Pillow
|
42 |
pyquaternion
|
|
|
|
|
43 |
hydra-core
|
44 |
rich
|
45 |
distinctipy
|
46 |
scikit-image
|
47 |
+
mediapipe
|
|