Skip to content

Commit e828a80

Browse files
nvqabuilderklakhi
authored andcommitted
changing isaacsim version
1 parent d3bcc39 commit e828a80

1 file changed

Lines changed: 23 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ dependencies = [
7474
# Standalone URDF/MJCF importers, so conversion works without Isaac Sim. They install
7575
# alongside it without displacing it: Kit serves ``isaacsim.asset`` from its extension
7676
# roots when the runtime is present, and the standalone packages serve it otherwise.
77-
"isaacsim-asset-isolated>=6.0,<6.1",
77+
"isaacsim-asset-isolated==6.1.0rc4+release.46376.bb3e8c0b.gl",
7878
# avoid broken hf-xet pre-release cached on NVIDIA Artifactory
7979
"hf-xet>=1.4.1,<2.0.0 ; platform_machine == 'x86_64' or platform_machine == 'AMD64' or platform_machine == 'aarch64'",
8080
# ----- tasks -----
@@ -159,7 +159,7 @@ rerun = [
159159
"pyarrow==22.0.0", # match rerun-sdk's Arrow stack
160160
]
161161

162-
isaacsim = ["isaacsim[all,extscache]==6.0.1.0"]
162+
isaacsim = ["isaacsim[all,extscache]==6.1.0rc4"]
163163

164164
ov = ["ovphysx==0.5.10", "ovrtx>=0.4.0,<0.5.0", "ovstage==0.1.1.355824"]
165165
ovphysx = ["ovphysx==0.5.10", "ovstage==0.1.1.355824"]
@@ -172,7 +172,7 @@ mimic = [
172172
]
173173

174174
teleop = [
175-
"isaacsim[all,extscache]==6.0.1.0",
175+
"isaacsim[all,extscache]==6.1.0rc4",
176176
"isaaclab-teleop",
177177
"isaaclab-mimic",
178178
"isaacteleop[retargeters,ui,cloudxr]~=1.4.0 ; platform_system == 'Linux' and platform_machine == 'x86_64'",
@@ -206,7 +206,7 @@ all = [
206206
# the extras above, and [tool.uv].override-dependencies mirror these values;
207207
# ``test_version_single_source`` fails CI if they drift.
208208
[tool.isaaclab.versions]
209-
isaacsim = "6.0.1.0"
209+
isaacsim = "6.1.0rc4"
210210
usd_exchange = "2.3.0"
211211
torch = "2.11.0"
212212
torchvision = "0.26.0"
@@ -356,6 +356,25 @@ markers = [
356356

357357
# Add pypi.nvidia.com so that `uv pip install isaaclab[isaacsim]` works without --extra-index-url.
358358
# Pip still needs "--extra-index-url https://pypi.nvidia.com".
359+
360+
# Internal Omniverse PyPI (ct-omniverse-pypi-local). Hosts pre-release ovphysx/ovrtx
361+
# builds not yet on public PyPI / pypi.nvidia.com (e.g. ovphysx 0.5.10, ovrtx 0.4.1.*).
362+
[[tool.uv.index]]
363+
name = "ct-omniverse-pypi"
364+
url = "https://artifactory.pdx.nvidia.com/artifactory/api/pypi/ct-omniverse-pypi-local/simple"
365+
explicit = true
366+
367+
# Internal Isaac Sim PyPI (sw-isaacsim-pypi-local). Hosts the release-candidate builds
368+
# not yet on pypi.nvidia.com (e.g. 6.1.0rc3+release.45488.8127a152.gl). Left non-explicit
369+
# because the ``isaacsim[all,extscache]`` metapackage pins every ``isaacsim-*`` subpackage
370+
# to the same version, and only this index carries them; the repo hosts nothing else.
371+
[[tool.uv.index]]
372+
name = "sw-isaacsim-pypi"
373+
url = "https://artifactory.pdx.nvidia.com/artifactory/api/pypi/sw-isaacsim-pypi-local/simple"
374+
explicit = false
375+
376+
377+
359378
[[tool.uv.index]]
360379
url = "https://pypi.nvidia.com"
361380
explicit = false

0 commit comments

Comments
 (0)