Skip to content

Commit f9a8d1c

Browse files
myurasov-nvMikhail Yuraaov
authored andcommitted
Lower coacd floor to co-resolve with isaacsim-core
isaacsim-core 6.0.0.1 pins coacd==1.0.7, so a >=1.0.11 floor makes the wheel's [isaacsim] extra unresolvable. 1.0.7 ships the same abi3 wheels for every supported platform and the decomposition probe passes with it.
1 parent 05ecdf8 commit f9a8d1c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ dependencies = [
4646
# coacd: Newton's USD importer maps ``physics:approximation = "convexDecomposition"``
4747
# to CoACD and silently falls back to a single convex hull when it is missing, which
4848
# breaks collision geometry for concave assets. Small MIT wheel, numpy-only deps.
49-
"coacd>=1.0.11,<2",
49+
# Floor at 1.0.7: isaacsim-core pins coacd==1.0.7, and ``--extra isaacsim`` must co-resolve.
50+
"coacd>=1.0.7,<2",
5051
"transformers==4.57.6",
5152
"einops",
5253
"warp-lang==1.15.0.dev20260626",

0 commit comments

Comments
 (0)