Bumps OVRTX runtime dependency to 0.4#6592
Conversation
Track the supported 0.4 runtime line so opt-in OVRTX installs resolve the newly published release and its ovstage dependency.
Greptile SummaryThis PR bumps the optional
Confidence Score: 5/5Safe to merge — both version constraint locations are updated consistently and the changelog fragment is accurate. The change touches only two lines in pyproject.toml, updating both the rtx optional extra and the [tool.isaaclab.versions] single-source table in lockstep. The existing CI test that validates these two stay in sync will continue to pass. The changelog fragment is correctly placed and uses the right install token. No logic, API surface, or test files are modified. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["pyproject.toml - optional-dependencies\nrtx = ovrtx>=0.4.0,<0.5.0"] --> B["ovrtx 0.4.x"]
C["pyproject.toml - tool.isaaclab.versions\novrtx = >=0.4.0,<0.5.0"] --> B
D["test_version_single_source"] -->|validates A matches C| E{Match?}
E -->|Yes| F[CI passes]
G["isaaclab.sh -i ov-ovrtx"] -->|CLI maps to rtx extra| A
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
A["pyproject.toml - optional-dependencies\nrtx = ovrtx>=0.4.0,<0.5.0"] --> B["ovrtx 0.4.x"]
C["pyproject.toml - tool.isaaclab.versions\novrtx = >=0.4.0,<0.5.0"] --> B
D["test_version_single_source"] -->|validates A matches C| E{Match?}
E -->|Yes| F[CI passes]
G["isaaclab.sh -i ov-ovrtx"] -->|CLI maps to rtx extra| A
Reviews (1): Last reviewed commit: "chore: Bump OVRTX runtime to 0.4" | Re-trigger Greptile |
DO NOT MERGE - CONTAINS OVRTX WORKAROUND
Description
Updates the supported optional OVRTX runtime range from
>=0.3.0,<0.4.0to>=0.4.0,<0.5.0.The new range resolves the published
ovrtx 0.4.0.346409release from the NVIDIA package index.Type of change
Checklist
pre-commitchecks with./isaaclab.sh --formatconfig/extension.tomlfileCONTRIBUTORS.mdor my name already exists there