Skip to content

fix: support linux aarch64 dependencies#647

Merged
TATP-233 merged 1 commit into
mainfrom
fix/aarch64-mujoco-uni-deps
Jun 29, 2026
Merged

fix: support linux aarch64 dependencies#647
TATP-233 merged 1 commit into
mainfrom
fix/aarch64-mujoco-uni-deps

Conversation

@TATP-233

Copy link
Copy Markdown
Collaborator

Summary

  • add Linux aarch64 as a uv required environment so mujoco-uni aarch64 wheels are locked
  • route Linux aarch64 Torch to the cu130 r2 index while keeping Linux x86_64 and Windows on cu128
  • update the Torch source contract test for the split platform markers

Validation

  • uv lock --check
  • uv run pytest tests/scripts/test_torch_cuda_source.py
  • make test-all
  • On NVIDIA DGX Spark / Linux aarch64 host: uv run --frozen --extra mujoco python -c "import platform; import mujoco; print(platform.system(), platform.machine()); print(mujoco.__version__)"
  • On NVIDIA DGX Spark / Linux aarch64 host: uv run --frozen python -c "import platform; import torch; print(platform.system(), platform.machine()); print(torch.__version__)"

@TATP-233 TATP-233 changed the title fix: support linux aarch64 mujoco dependencies fix: support linux aarch64 dependencies Jun 29, 2026
@TATP-233 TATP-233 merged commit 50ca6e9 into main Jun 29, 2026
5 checks passed
@TATP-233 TATP-233 deleted the fix/aarch64-mujoco-uni-deps branch June 29, 2026 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant