github prefix-dev/pixi v0.14.0

latest releases: v0.30.0, v0.29.0, v0.28.2...
7 months ago

✨ Highlights

We now support solve-groups in the environments.
This makes it easy to align dependencies between environments without needing to install them all at once.
This is especially useful when you have a test and a production environment, and you want to make sure that the dependencies are the same.

[environments]
test = { features = ["prod", "test"], solve-groups = ["group1"] }
prod = { features = ["prod"], solve-groups = ["group1"] }

📃 Details

Added

Changed

Fixed

Miscellaneous

New Contributors

Full commit history

Don't miss a new pixi release

NewReleases is sending notifications on new releases.