conda-incubator / conda-pypi

Better PyPI interoperability for the conda ecosystem
https://conda-incubator.github.io/conda-pypi/
MIT License
12 stars 1 forks source link

Integrate with explicit lockfiles #21

Closed jaimergp closed 2 months ago

jaimergp commented 3 months ago

conda list --explicit --md5 will produce same-platform lockfiles that can be installed somewhere else via conda install --file .... These are good enough for many cases, but it doesn't handle PyPI dependencies.

I suggest: