conda / conda-lock

Lightweight lockfile for conda environments
https://conda.github.io/conda-lock/
Other
470 stars 102 forks source link

Dogfood: make lockfiles for conda-lock #357

Closed maresb closed 1 year ago

maresb commented 1 year ago

What is the idea?

Being a Conda-centric project, it would be nice if we didn't need to pip install our own dependencies. Also, as a locking tool, it would be a nice demonstration of best practices if we provided lockfiles for conda-lock itself.

Moreover, by "eating our own dog food" we may reveal issues like #356 which can lead to improvements of conda-lock itself.