Spaces:
Configuration error
Configuration error
Saroj Bono commited on
Commit ·
76dbf4a
1
Parent(s): 28512ce
Fix HF Spaces compatibility: update Gradio to 4.44.0 and add system dependencies
Browse files- packages.txt +4 -1
- requirements.txt +4 -4
packages.txt
CHANGED
|
@@ -1 +1,4 @@
|
|
| 1 |
-
libosmesa6
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
libosmesa6
|
| 2 |
+
libgl1-mesa-glx
|
| 3 |
+
libglew2.2
|
| 4 |
+
patchelf
|
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
mujoco==3.1.3
|
| 2 |
-
|
| 3 |
-
pillow
|
| 4 |
-
numpy
|
|
|
|
| 1 |
+
mujoco==3.1.3 # official DeepMind wheel, GLSL software rasterizer included
|
| 2 |
+
gradio==4.44.0 # UI - updated to fix HF Spaces compatibility
|
| 3 |
+
pillow==10.3.0
|
| 4 |
+
numpy==1.26.4
|