Skip to content
Closed
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
18 changes: 18 additions & 0 deletions source/isaaclab/changelog.d/jichuanh-newton-rc3-bump.minor.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Changed
^^^^^^^

* Bumped the ``newton[sim]`` pin from ``v1.2.0rc2`` to ``v1.2.0rc3``
across :mod:`isaaclab_newton`, :mod:`isaaclab_physx` (``[newton]``
extra), :mod:`isaaclab_visualizers` (3×), and
``tools/wheel_builder/res/python_packages.toml``. Restores the
pin briefly active on develop between `isaac-sim/IsaacLab#5024
<https://github.com/isaac-sim/IsaacLab/pull/5024>`_ and
`isaac-sim/IsaacLab#5566
<https://github.com/isaac-sim/IsaacLab/pull/5566>`_, this time
keeping the canonical ``newton[sim] @ git+...`` form with the
``[sim]`` extra preserved everywhere.
* 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,4 @@
Changed
^^^^^^^

* Bumped the ``newton[sim]`` pin from ``v1.2.0rc2`` to ``v1.2.0rc3``.
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.0rc3",
],
}

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.0rc3`` 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.0rc3",
],
}

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.0rc3`` 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.0rc3",
"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.0rc3",
"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.0rc3",
"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.0rc3",
"PyOpenGL-accelerate==3.1.10"
] },
# ================================================================================
Expand Down
Loading