mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-24 18:26:11 +00:00
fix(linux): adding missing linux dependencies
This commit is contained in:
+1
-1
@@ -234,7 +234,7 @@ video_benchmark = ["scikit-image>=0.23.2,<0.26.0", "pandas>=2.2.2,<2.4.0"]
|
|||||||
mujoco-dep = ["mujoco<3.9.0"] # TODO: Fix issues to remove temporary upper bound
|
mujoco-dep = ["mujoco<3.9.0"] # TODO: Fix issues to remove temporary upper bound
|
||||||
aloha = ["lerobot[dataset]", "gym-aloha>=0.1.2,<0.2.0", "lerobot[scipy-dep]", "lerobot[mujoco-dep]"]
|
aloha = ["lerobot[dataset]", "gym-aloha>=0.1.2,<0.2.0", "lerobot[scipy-dep]", "lerobot[mujoco-dep]"]
|
||||||
pusht = ["lerobot[dataset]", "gym-pusht>=0.1.5,<0.2.0", "pymunk>=6.6.0,<7.0.0"] # TODO: Fix pymunk version in gym-pusht instead
|
pusht = ["lerobot[dataset]", "gym-pusht>=0.1.5,<0.2.0", "pymunk>=6.6.0,<7.0.0"] # TODO: Fix pymunk version in gym-pusht instead
|
||||||
libero = ["lerobot[dataset]", "lerobot[transformers-dep]", "hf-libero>=0.1.3,<0.2.0; sys_platform == 'linux'", "lerobot[scipy-dep]"]
|
libero = ["lerobot[dataset]", "lerobot[transformers-dep]", "hf-libero>=0.1.3,<0.2.0; sys_platform == 'linux'", "lerobot[scipy-dep]", "lerobot[mujoco-dep]"]
|
||||||
metaworld = ["lerobot[dataset]", "metaworld==3.0.0", "lerobot[scipy-dep]", "lerobot[mujoco-dep]"]
|
metaworld = ["lerobot[dataset]", "metaworld==3.0.0", "lerobot[scipy-dep]", "lerobot[mujoco-dep]"]
|
||||||
# NOTE: vlabench is NOT exposed as a `lerobot` extra. Its only distribution
|
# NOTE: vlabench is NOT exposed as a `lerobot` extra. Its only distribution
|
||||||
# is the OpenMOSS/VLABench GitHub repo (package name `VLABench`, no PyPI
|
# is the OpenMOSS/VLABench GitHub repo (package name `VLABench`, no PyPI
|
||||||
|
|||||||
Reference in New Issue
Block a user