github prefix-dev/pixi v0.74.0

4 hours ago

[0.74.0] - 2026-07-27

✨ Highlights

Environments can now define content inline, no feature needed:

[environments.test.dependencies]
pytest = "*"

[environments.test-lower-bounds]
solve-strategy = "lowest-direct"

And pixi global can build tools from sources without a package manifest, just name the backend:

pixi global install --git https://github.com/BurntSushi/xsv.git --build-backend pixi-build-rust

We also fixed a bunch of bugs.

Added

Changed

Documentation

Fixed

New Contributors

Don't miss a new pixi release

NewReleases is sending notifications on new releases.