Skip to content

Commit 7c64bf5

Browse files
update MjWarp package (newton-physics#881)
Signed-off-by: Alain Denzler <adenzler@nvidia.com>
1 parent 9dee5ea commit 7c64bf5

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

asv.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"python -m pip install -U --pre warp-lang==1.10.0.dev20250915 --index-url=https://pypi.nvidia.com/",
2020
"python -m pip install -U --pre mujoco==3.3.7.dev811775910 -f https://py.mujoco.org/",
2121
"python -m pip install -U torch==2.8.0+cu129 --index-url https://download.pytorch.org/whl/cu129",
22-
"python -m pip install git+https://github.com/google-deepmind/mujoco_warp@10defacb601edd8c6b84aea2ab5ce1c346c3c22c",
22+
"python -m pip install git+https://github.com/google-deepmind/mujoco_warp@df3d9faac49bf004b26a85d71e339ddb8e6e94f3",
2323
"in-dir={env_dir} python -m pip install {wheel_file}[dev]"
2424
]
2525
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = ["warp-lang>=1.7.0.dev20250823"]
3232
sim = [
3333
# MuJoCo simulation
3434
"mujoco-warp>=0.0.1", # MuJoCo, warp-accelerated
35-
"mujoco>=3.3.3.dev769049331", # MuJoCo physics engine
35+
"mujoco>=3.3.6.dev802089588", # MuJoCo physics engine
3636
"cbor2>=5.7.0",
3737
]
3838

uv.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)