Commit 3b0f853
cuda.core: fix invalid python_version target in pixi.toml (#2029)
Pixi's [package.target.<X>] only accepts platform identifiers; the
'python_version < "3.11"' selector caused every pixi invocation against
cuda_core/pixi.toml to fail at manifest-parse time
('python_version < "3.11"' is not a known platform).
Move backports.strenum into [package.run-dependencies] unconditionally
and let conda-forge's per-Python variants (real impl on <3.11, no-op
stub on >=3.12) handle version selection. Lockfile regenerated.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent cf2f86a commit 3b0f853
2 files changed
Lines changed: 36 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
189 | | - | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
190 | 192 | | |
191 | 193 | | |
192 | 194 | | |
| |||
0 commit comments