You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been experimenting with Pixi lately and have been amazed about its speed, especially how it is able to generate a lockfile in seconds–instead of minutes in the case of conda-lock.
Hi all!
I have been experimenting with Pixi lately and have been amazed about its speed, especially how it is able to generate a lockfile in seconds–instead of minutes in the case of
conda-lock
.As a proof of principle, I therefore created the
pixi-to-conda-lock
package.It currently assumes the latest
pixi.lock
format (I just haven't tested with older versions).Basically
uvx pixi-to-conda-lock pixi.lock
will generate aconda-lock.yml
for you.I have some other code in
unidep
here that can create apixi.toml
file from aenvironment.yaml
file, however, it is still a PR.I wonder what you folks think!
The text was updated successfully, but these errors were encountered: