test(deps): update dependency pixi to v0.54.0 (main) #4931
Merged
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.
This PR contains the following updates:
v0.53.0
->v0.54.0
Release Notes
prefix-dev/pixi (pixi)
v0.54.0
: 0.54.0 - 2025-09-01Compare Source
Release Notes
✨ Highlights
You can now use
pixi global tree
to visualize the dependency tree of a global environment.And you can install subsets of packages now works, for both conda and pypi packages:
Breaking Change
Only for users using
preview = ["pixi-build"]
:In #4410 we've made
package.name
optional. e.g.Soon, the backends will be able to automatically get those values from
pyproject.toml
,Cargo.toml
,package.xml
etc.However, this results in the lockfiles not being
--locked
anymore.Running
pixi lock
orpixi update
should fix this!Added
pixi global tree
command by @Carbonhell in #4427--only
flags. by @tdejager in #4477 & #4404Changed
pypi
packages during installation by @tdejager in #4456Documentation
pixi global
tutorial with source dependencies by @Hofer-Julian in #4407pixi-build
getting started doc by @Tobias-Fischer in #4415lockfile.md
by @ZhenShuo2021 in #4439Fixed
[workspace.target.OS.build-variants]
by @Hofer-Julian in #4445Refactor
Removed
New Contributors
Download pixi 0.54.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.