Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
anon-robotics
/
coral
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Robotics
commited on
Oct 4, 2025
Commit
38504b0
·
verified
·
1 Parent(s):
664c7f1
Update setup.py
Browse files
Files changed (1)
hide
show
setup.py
+2
-1
setup.py
CHANGED
Viewed
@@ -9,7 +9,8 @@ setup(
9
"numpy",
10
"pandas",
11
"pybullet",
12
-
"gradio"
13
],
14
python_requires=">=3.9",
15
)
9
"numpy",
10
"pandas",
11
"pybullet",
12
+
"gradio"
,
13
+
"imageio"
14
],
15
python_requires=">=3.9",
16
)