Add pixi as an environment manager option #406
cnrrobertson
started this conversation in
Requested tools
Replies: 1 comment
-
I've been using pixi lately and it's been great. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been migrating all of my data science work from
conda
topixi
over the six months. It has benefits in speed and robustness for resolving and installing dependencies from eitherconda-forge
orpip
and makes use of a much more deterministic, cross platform, and clean manifest (like poetry). Would there be any interest in adding this as a choice for environment manager?One note is that
pixi
has its own dependency file formatpixi.toml
but can also make use ofpyproject.toml
files as a manifest (see here) which could build on the current template structure.If there is interest, I can put together a PR.
Beta Was this translation helpful? Give feedback.
All reactions