mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-22 20:19:43 +00:00
fix(deps): add missing future dep for bddl in libero_plus extras
bddl imports future (from-future) at package init but doesn't declare it as a dependency. This caused ModuleNotFoundError inside the benchmark Docker container when verifying the libero_plus install. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -183,6 +183,7 @@ libero_plus = [
|
|||||||
# LIBERO-plus setup.py has empty install_requires; declare its runtime deps here.
|
# LIBERO-plus setup.py has empty install_requires; declare its runtime deps here.
|
||||||
"robosuite>=1.4.0,<1.5.0; sys_platform == 'linux'",
|
"robosuite>=1.4.0,<1.5.0; sys_platform == 'linux'",
|
||||||
"bddl>=1.0.1,<2.0.0; sys_platform == 'linux'",
|
"bddl>=1.0.1,<2.0.0; sys_platform == 'linux'",
|
||||||
|
"future; sys_platform == 'linux'", # bddl transitive dep not declared in its metadata
|
||||||
"robomimic>=0.2.0,<0.3.0; sys_platform == 'linux'",
|
"robomimic>=0.2.0,<0.3.0; sys_platform == 'linux'",
|
||||||
"easydict>=1.9; sys_platform == 'linux'",
|
"easydict>=1.9; sys_platform == 'linux'",
|
||||||
"wand; sys_platform == 'linux'",
|
"wand; sys_platform == 'linux'",
|
||||||
|
|||||||
Reference in New Issue
Block a user