github prefix-dev/pixi v0.70.0
0.70.0 - 2026-06-01

3 hours ago

Release Notes

✨ Highlights

This release brings a lot of exciting features.

Workspace dependencies

We now allow to define workspace dependencies that allows to set package matchspecs that then can be inherited by package dependencies. This is how it looks like:

[workspace.dependencies]
numpy = "1.*"
boltons = { version = ">=24", channel = "conda-forge" }
# Build packages
[package.build]
backend = { name = "foo-build", workspace = true }

[package.host-dependencies]
cmake = { workspace = true }

[package.target.linux-64.run-dependencies]
numpy = { workspace = true }

Further Improvements

  • Parallel pixi global update, which bring significant speedups if you have many installations
  • Support --no-config / --config-file

Added

Changed

Documentation

Fixed

Performance

  • Compute engine and dispatcher speedups + backend-metadata cache fix by @baszalmstra in #6180

New Contributors

Download pixi 0.70.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-riscv64gc-unknown-linux-gnu.tar.gz RISCV Linux checksum
pixi-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
pixi-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

Don't miss a new pixi release

NewReleases is sending notifications on new releases.