Skip to content

Commit c1d8ae5

Browse files
Update usd-core to 25.11.0
Align the kitless OpenUSD dependency with Kit 110.1.1 so installs resolve the matching USD runtime. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent b59b3ae commit c1d8ae5

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Changed
2+
^^^^^^^
3+
4+
* Updated the ``usd-core`` dependency to 25.11.0 to match Kit 110.1.1.

source/isaaclab/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
]
7474
# Adds OpenUSD dependencies based on architecture for Kit less mode.
7575
INSTALL_REQUIRES += [
76-
f"usd-core==25.8.0 ; ({SUPPORTED_ARCHS})",
76+
f"usd-core==25.11.0 ; ({SUPPORTED_ARCHS})",
7777
f"usd-exchange>=2.2 ; ({SUPPORTED_ARCHS_ARM})",
7878
]
7979

0 commit comments

Comments
 (0)