Add pixi as an environment manager option #406
Closed
cnrrobertson
started this conversation in
Requested tools
Replies: 3 comments
-
|
I've been using pixi lately and it's been great. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Still wait for pixi support! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Released in v2.3.0. Upgrade and use the latest version to check it out: https://pypi.org/project/cookiecutter-data-science/ |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have been migrating all of my data science work from
condatopixiover the six months. It has benefits in speed and robustness for resolving and installing dependencies from eitherconda-forgeorpipand 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
pixihas its own dependency file formatpixi.tomlbut can also make use ofpyproject.tomlfiles 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