Commit 99af9e5
committed
Fix stale single-source references for dependency pins
The root pyproject.toml is the single source of truth for dependency
pins, but three references to it have gone stale:
- The wheel-builder comment referenced python_packages.toml, a manifest
that no longer exists.
- daily-compatibility.yml parsed [tool.isaaclab.versions] with a hand
written regex; use tomllib for the same output with real TOML parsing.
- The pip-installation docs claimed rl_games is not included in the
wheel extras, but gen_pyproject.py expands the all extra with
rl-games (from the isaac-sim git branch) along with Rerun, Mimic,
and RLinf.1 parent 556e431 commit 99af9e5
3 files changed
Lines changed: 9 additions & 11 deletions
File tree
- .github/workflows
- docs/source/setup/installation
- tools/wheel_builder
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
121 | | - | |
122 | | - | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
Lines changed: 5 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
61 | 59 | | |
62 | 60 | | |
63 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments