CondaPkg.jl
CondaPkg.jl copied to clipboard
Manifest?
Could CondaPkg support generating/using a manifest that gives the version of all dependencies similarly to Julia's Manifest.toml?
I'm hoping this could make a CondaPkg-controlled environment more reproducible.
Nice idea, I think it's possible by asking Conda for a list of all installed packages.
I imagine this could also come with a conda instantiate command to install the manifest?
Yeah I guess so.
https://github.com/conda/conda-lock might be helpful (I haven’t tried it though)