build(libero): robosuite 1.5.2 + mink override for RoboCasa coexistence#378
Merged
Conversation
Pairs with the LIBERO fork's robosuite 1.5 port (shuheng-liu/LIBERO#3, now merged to master). robosuite 1.5.2 hard-pins mink==0.0.5, which caps numpy<2 and collides with OpenTau's numpy-2 stack; override mink to >=0.0.10,<0.1 (drops the cap, needs only mujoco>=3.1.6). mink is only used by robosuite's GR1 whole-body-IK controller, never on LIBERO's OSC_POSE/Panda path. uv.lock regenerated: robosuite 1.5.2, mink 0.0.13, libero advanced to the merged master commit.
Contributor
|
[claude-review] summary for commit b2f6477 Reviewed the Verified against the regenerated
The migration is well-validated: clean No blocking issues found. Notes (non-blocking):
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this does
Bumps the
liberoextra fromrobosuite==1.4.0torobosuite==1.5.2and adds a[tool.uv] override-dependenciesentry formink, so LIBERO can share a single venv with RoboCasa (which requires robosuite >= 1.5). Pairs with the LIBERO fork's robosuite-1.5 port (shuheng-liu/LIBERO#3, merged to master). 🗃️ Featurerobosuite==1.4.0->robosuite==1.5.2in theliberoextra;uv.lockregenerated (libero advanced to the merged master commit, mink resolves to 0.0.13).override-dependencies = ["mink>=0.0.10,<0.1"]: robosuite 1.5.2 hard-pinsmink==0.0.5, which capsnumpy<2and would break OpenTau's numpy-2 stack (corererun-sdk, theurdfextra, LIBERO itself).minkis only used by robosuite's GR1 whole-body-IK controller (imported under a try/except inrobosuite/__init__.py), never on LIBERO's OSC_POSE/Panda path;mink0.0.10+ drops the cap while still needing onlymujoco>=3.1.6(no mujoco bump).How it was tested
uv lockresolves cleanly (273 packages; robosuite 1.5.2, mink 0.0.13).OffScreenRenderEnvbuilds, resets, steps a 7-D action, and renders both cameras on robosuite 1.5.2;control_freqthreads through andaction_dim == 7.How to checkout & try? (for the reviewer)
Checklist
Note: Before submitting this PR, please read the contributor guideline.