Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Changed
^^^^^^^

* Bumped the ``newton[sim]`` pin from ``v1.2.0rc2`` to ``v1.2.0``
(stable) across :mod:`isaaclab_newton`, :mod:`isaaclab_physx`
(``[newton]`` extra), :mod:`isaaclab_visualizers` (3×), and
``tools/wheel_builder/res/python_packages.toml``. Upstream release
notes: `newton-physics/newton v1.2.0
<https://github.com/newton-physics/newton/releases/tag/v1.2.0>`_.
* No IsaacLab-side ``mujoco`` / ``mujoco-warp`` pin change — the
transitive ``mjwarp`` bump flows in through ``newton[sim]`` since
`isaac-sim/IsaacLab#5566
<https://github.com/isaac-sim/IsaacLab/pull/5566>`_ dropped the
explicit pins.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Changed
^^^^^^^

* Bumped the ``newton[sim]`` pin from ``v1.2.0rc2`` to ``v1.2.0``
(stable). Upstream release notes: `newton-physics/newton v1.2.0
<https://github.com/newton-physics/newton/releases/tag/v1.2.0>`_.
2 changes: 1 addition & 1 deletion source/isaaclab_newton/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def run(self):
"all": [
"prettytable==3.3.0",
"PyOpenGL-accelerate==3.1.10",
"newton[sim] @ git+https://github.com/newton-physics/newton.git@v1.2.0rc2",
"newton[sim] @ git+https://github.com/newton-physics/newton.git@v1.2.0",
],
}

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Changed
^^^^^^^

* Bumped the optional ``[newton]`` extra to ``v1.2.0`` (stable) so the
pin matches :mod:`isaaclab_newton`.
2 changes: 1 addition & 1 deletion source/isaaclab_physx/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

EXTRAS_REQUIRE = {
"newton": [
"newton[sim] @ git+https://github.com/newton-physics/newton.git@v1.2.0rc2",
"newton[sim] @ git+https://github.com/newton-physics/newton.git@v1.2.0",
],
}

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Changed
^^^^^^^

* Bumped the ``newton[sim]`` pin in the ``[newton]``, ``[rerun]``, and
``[viser]`` extras to ``v1.2.0`` (stable) so the pin matches
:mod:`isaaclab_newton`.
6 changes: 3 additions & 3 deletions source/isaaclab_visualizers/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
"kit": [],
"newton": [
"warp-lang",
"newton[sim] @ git+https://github.com/newton-physics/newton.git@v1.2.0rc2",
"newton[sim] @ git+https://github.com/newton-physics/newton.git@v1.2.0",
"PyOpenGL-accelerate",
"imgui-bundle>=1.92.5",
],
"rerun": [
"newton[sim] @ git+https://github.com/newton-physics/newton.git@v1.2.0rc2",
"newton[sim] @ git+https://github.com/newton-physics/newton.git@v1.2.0",
"rerun-sdk>=0.29.0",
],
"viser": [
"newton[sim] @ git+https://github.com/newton-physics/newton.git@v1.2.0rc2",
"newton[sim] @ git+https://github.com/newton-physics/newton.git@v1.2.0",
"viser>=1.0.16",
],
}
Expand Down
2 changes: 1 addition & 1 deletion tools/wheel_builder/res/python_packages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ pyproject.optional-dependencies.all = [
# ================================================================================
{ "newton" = [
"warp-lang==1.13.0",
"newton[sim] @ git+https://github.com/newton-physics/newton.git@v1.2.0rc2",
"newton[sim] @ git+https://github.com/newton-physics/newton.git@v1.2.0",
"PyOpenGL-accelerate==3.1.10"
] },
# ================================================================================
Expand Down
Loading