Spaces:
Runtime error
Runtime error
bill-jiang
commited on
Commit
•
5c14fae
1
Parent(s):
13f930b
FIx deps
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -18,9 +18,8 @@ numpy==1.23.1
|
|
18 |
|
19 |
# for visualization
|
20 |
gradio==3.43.2
|
21 |
-
PyOpenGL
|
22 |
-
|
23 |
-
pyglet
|
24 |
smplx==0.1.28
|
25 |
trimesh==3.9.24
|
26 |
joblib==1.2.0
|
|
|
18 |
|
19 |
# for visualization
|
20 |
gradio==3.43.2
|
21 |
+
PyOpenGL==3.1.6
|
22 |
+
PyOpenGL-accelerate~=3.1.5
|
|
|
23 |
smplx==0.1.28
|
24 |
trimesh==3.9.24
|
25 |
joblib==1.2.0
|