COMP: Upgrade pixi.lock from v6 to v7 format#6264
Merged
hjmjohnson merged 1 commit intoMay 12, 2026
Merged
Conversation
Regenerated via 'pixi lock' on a pixi 0.68 binary, which now emits a deprecation warning on every CI run when it reads the v6 format. Pixi re-solves with locked content (no package version changes), so this is a format-only upgrade.
Contributor
|
No reviewable files after applying ignore patterns. |
thewtex
approved these changes
May 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Regenerates
pixi.lockat format v7. CI was emittingWARN the lock file is up-to-date but uses an older format (v6), run pixi lock to upgrade to v7 for improved reproducibilityon every run; spotted by @dzenanz in #6261.What changed
pixi.lock. Format upgradedversion: 6→version: 7.pixi lockwith pixi 0.68.0 locally.re-solving all environments using locked content to upgrade to v7— no package version changes, only the format / ordering.CI compatibility
The workflows use
prefix-dev/setup-pixi@v0.8.1(PR #6262 bumps to v0.9.5). Neither version pinspixi-version:, so both install the latest stable pixi at run time — currently pixi 0.59+ — which writes/reads v7 natively. No CI workflow changes needed for this PR.Local verification
pixi run -e cxx configure— ✅ resolves dependencies, configures ITKpre-commit run --all-files— ✅ cleanhead -1 pixi.lock— ✅version: 7