test(deps): update dependency pixi to v0.72.0 (main)#6997
Merged
Conversation
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.
This PR contains the following updates:
v0.70.2→v0.72.0Release Notes
prefix-dev/pixi (pixi)
v0.72.0Compare Source
[0.72.0] - 2026-07-01
✨ Highlights
This release brings an exciting new Pixi Build feature: inline package manifests.
If you want to build a package from source that didn't contain a Pixi Build manifest, that used to be pretty annoying.
Now you can simply set the metadata inline like this:
You can learn more about this feature in the docs: https://pixi.prefix.dev/v0.72.0/build/inline_packages/
Added
v0.71.3Compare Source
[0.71.3] - 2026-06-30
✨ Highlights
We fixed a couple of bugs, so here's the bugfix release!
Added
Documentation
Fixed
v0.71.2Compare Source
[0.71.2] - 2026-06-29
✨ Highlights
This release features a couple of important bug fixes.
Fixed
v0.71.1Compare Source
[0.71.1] - 2026-06-25
✨ Highlights
This release brings a couple of bugfixes.
The important thing though is that from now on releases are immutable.
Added
Fixed
New Contributors
v0.71.0: 0.71.0 - 2026-06-24Compare Source
Release Notes
✨ Highlights
This release adds a lot of exciting features.
Pixi now gives you more control over how conda packages are matched to PyPI packages.
Previously you could already have an external map, in a file that overwrote the mappings we generate with parselmouth
There were a couple of problems though:
Especially 2, limited people on corporate networks to host their own mappings. We've now made a bunch of improvements:
Workspace conda-pypi-map now supports per-channel configuration with:
This makes it easier to fix individual name mismatches, use private channel mappings, or run reliably in
offline and firewall-restricted environments.
And with remote mapping files specifically, you could host an accurate mapping on your own infrastructure by using the compressed mapping, no need to hit an external network.
The Python build backend also gains pypi-conda-map, letting pixi-build-python override PyPI-to-conda
dependency mapping inline before consulting the mapping service:
All in all, this is a breaking change, since bare mapping locations such as conda-forge = "mapping.json" are now additive overlays by default.
To restore the old source-of-truth behavior, use:
conda-pypi-map = falsenow fully disables PyPI name derivation, including same-name guessing. Thelegacy
conda-pypi-map = {}behavior is still supported but deprecated; spell it explicitly as:Rich platforms
We deprecated
[system-requirements]in favor of the much more expressive rich platform support.On top of operating systems and processor architecture, platforms can now also include system requirements like CUDA or glibc version:
Speaking of CUDA, together with rich platforms we added support for
__cuda_arch.We already supported
__cudawhich allows specifying the driver version you require.With
__cuda_arch, you can specify the necessary hardware architecture.v3 Repodata
We also added support for v3 repodata.
That means you can declare extra dependency groups:
And of course you can also consume them:
It also includes the
whenkeyword:And it allows to set flags:
Note that while the conda-forge channel does not support v3 repodata just yet. You can start using it for your local (pixi build) source built packages.
Conditional dependencies
Finally, we revamped the way we define conditional dependencies.
We deprecated
[package.target.*.host,build,run-dependencies]and introduce the following syntax:NOTE: This only affects source dependencies,
[target.*.dependencies]remains valid.Breaking changes
Added
pixi addskips already-present packages without version spec by @ruben-arts in #6352--no-pypiflag to conda-environment export by @baszalmstra in #6380c_stdlibbuild variants from system requirements by @hunger in #6320Changed
Documentation
Fixed
pixi-build-rustto0dby @Hofer-Julian in #6394Performance
Refactor
New Contributors
Download pixi 0.71.0
Configuration
📅 Schedule: (UTC)
🚦 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.