$ pixi --version
pixi 0.30.0
For testing purposes, I'm trying to create lock files for an ecosystem of tools across multiple Python versions.
To avoid having to repeat describing the dependencies, I'd like to use pixi
's features
to define the tools once in one feature (with lower bounds only as this would be part of nightly/weekly solves) and then have the Python version exist in a separate feature.
The goal here is to be able to create environments quickly by composing features together like