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 was pleasantly surprised to find that micromamba was able to use my conda-lock "unified" lockfile to bootstrap a new environment, and I was confused when mamba did not also support it. I looked for but couldn't find:
A complete list of environment specification formats supported by Mamba (the Micromamba user guide does have this here)
Mention of conda-lock's new "unified" lockfile (named conda-lock.yml by default) support in the web docs (this is mentioned in the GitHub README, though!).
I think I'll probably have time to contribute the documentation change in the next two weeks if nobody else has already done it by then. I'll post here or link a (draft) PR when I get started!
One question: Mamba supports the specification file formats that conda does, i.e. environment.yml format (can be generated with conda env export), and explicit spec files (generated with conda list --explicit). Does it support any other specification formats I am not aware of?
The text was updated successfully, but these errors were encountered:
I wonder why Mamba doesn’t support lock files since it should be mostly implemented in libmamba which is shared among both.
I also wonder! In the Mamba user guide, I documented that mamba supports all the same specification file formats as conda. I figure there's no need to go in depth until mamba starts to support more specification formats :)
Some relevant discussion in #1884
I was pleasantly surprised to find that
micromamba
was able to use myconda-lock
"unified" lockfile to bootstrap a new environment, and I was confused whenmamba
did not also support it. I looked for but couldn't find:conda-lock.yml
by default) support in the web docs (this is mentioned in the GitHub README, though!).I think I'll probably have time to contribute the documentation change in the next two weeks if nobody else has already done it by then. I'll post here or link a (draft) PR when I get started!
One question: Mamba supports the specification file formats that conda does, i.e.
environment.yml
format (can be generated withconda env export
), and explicit spec files (generated withconda list --explicit
). Does it support any other specification formats I am not aware of?The text was updated successfully, but these errors were encountered: