Commit b184335
committed
Pin Newton in [project].dependencies for wheel installs
#7453 pinned the Newton build in [project].dependencies specifically to cover
"both workspace and wheel installs". Restoring the loose >=1.2.0 bound during the
develop merge dropped the wheel half of that guarantee: [tool.uv].override-
dependencies only reaches uv sync, and 1.6.0rc1 is a prerelease, so a default
resolve of the published metadata skipped it and picked the newest stable, 1.5.1
-- which lacks newton#4017, the fix this bump exists to deliver.
Pin the same release the override forces. A default resolve of the new metadata
returns newton==1.6.0rc1. isaacsim-core==6.0.1.0 requires newton[sim]==1.2.1, so
an override is still needed to install the isaacsim extra, exactly as on develop.1 parent bd05cad commit b184335
2 files changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
90 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
91 | 93 | | |
92 | 94 | | |
93 | 95 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments