Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 2, 2025

This PR contains the following updates:

Package Update Change
pixi minor v0.53.0 -> v0.54.0

Release Notes

prefix-dev/pixi (pixi)

v0.54.0: 0.54.0 - 2025-09-01

Compare 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:

##### Define which packages you want to install and which you want to skip.
pixi install --only packageA --only packageB --skip packageC

##### Using this modified environment without updating it again can be done with:
pixi run --as-is my_command
pixi shell --as-is  
Breaking Change

Only for users using preview = ["pixi-build"]:
In #​4410 we've made package.name optional. e.g.

[package]
name = "my-package" # This is now optional
version = "0.1.0" # This is now optional

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 or pixi update should fix this!

Added
Changed
Documentation
Fixed
Refactor
Removed
New Contributors
Download pixi 0.54.0
File Platform Checksum
pixi-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
pixi-x86_64-apple-darwin.tar.gz Intel macOS checksum
pixi-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
pixi-aarch64-pc-windows-msvc.msi ARM64 Windows checksum
pixi-x86_64-pc-windows-msvc.zip x64 Windows checksum
pixi-x86_64-pc-windows-msvc.msi x64 Windows checksum
pixi-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
pixi-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge September 2, 2025 07:24
@renovate renovate bot added this pull request to the merge queue Sep 2, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Sep 2, 2025
@renovate renovate bot added this pull request to the merge queue Sep 2, 2025
Merged via the queue into main with commit 5ba2408 Sep 2, 2025
53 checks passed
@renovate renovate bot deleted the renovate/main-test-pixi-0.x branch September 2, 2025 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants