pixi icon indicating copy to clipboard operation
pixi copied to clipboard

Ability to list all requirements of a a pixi project / environment

Open pavelzw opened this issue 1 year ago • 5 comments

Problem description

With the new pyproject.toml feature, it can be a bit hard to understand what dependencies are used in which environments / cases.

Maybe having something like pixi list -v which also prints all environment requirements that go into the env could solve this.

pavelzw avatar Mar 29 '24 11:03 pavelzw

Have you tried pixi info ? It may give you what you want I think

olivier-lacroix avatar Mar 29 '24 11:03 olivier-lacroix

It shows the dependencies but not all dependency version specifications.

pavelzw avatar Mar 29 '24 11:03 pavelzw

In https://github.com/Quantco/polarify/pull/63 for example, in the pl020 environment, we have polars = ">=0.14.24,<0.21", polars = ">=0.14.24,<0.21" (pypi), polars = "0.20.*". Would be nice to see these specifications somewhere.

pavelzw avatar Mar 29 '24 11:03 pavelzw

Yea I need this too actually, is it in development? Thank you

st1553 avatar May 06 '24 04:05 st1553

Not yet, but feel free to add it!

ruben-arts avatar May 06 '24 07:05 ruben-arts