Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ rerun = [
isaacsim = ["isaacsim[all,extscache]==6.0.0.1"]
# Omniverse renderer / physics backends (``ov[ovphysx|ovrtx|all]`` selectors).
ov = ["ovphysx==0.5.2+head.f62c22207c"]
rtx = ["ovrtx>=0.3.0,<0.4.0"]
rtx = ["ovrtx>=0.4.0,<0.5.0"]
mimic = [
"isaaclab-mimic",
"ipywidgets>=8.1.5",
Expand Down Expand Up @@ -166,7 +166,7 @@ torch = "2.11.0"
torchvision = "0.26.0"
torchaudio = "2.11.0"
ovphysx = "0.5.2+head.f62c22207c"
ovrtx = ">=0.3.0,<0.4.0"
ovrtx = ">=0.4.0,<0.5.0"
# Newton git commit + matching warp-lang prerelease (upgraded together).
newton = "c7ae7c7648cd0717df39e5c94b95d5a02c997320"
warp = "1.15.0.dev20260626"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Changed
^^^^^^^

* Updated the optional OVRTX runtime dependency to ``ovrtx>=0.4.0,<0.5.0``. Reinstall the OVRTX
extra with ``./isaaclab.sh -i 'ov[ovrtx]'`` to use the supported 0.4 runtime.
Loading