Spaces:
Runtime error
Runtime error
Commit
Β·
565131c
1
Parent(s):
2277f33
Fix pyopengl versions
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -20,7 +20,7 @@ numpy==1.23.1
|
|
20 |
gradio==3.43.2
|
21 |
# pyglet==1.4.0a1
|
22 |
pyrender==0.1.45
|
23 |
-
|
24 |
PyOpenGL_accelerate
|
25 |
smplx==0.1.28
|
26 |
trimesh==3.9.24
|
|
|
20 |
gradio==3.43.2
|
21 |
# pyglet==1.4.0a1
|
22 |
pyrender==0.1.45
|
23 |
+
pyopengl==3.1.5
|
24 |
PyOpenGL_accelerate
|
25 |
smplx==0.1.28
|
26 |
trimesh==3.9.24
|