Checklist
What is the idea?
I use conda-lock to lock versions before building Docker images, and also to create a local development environment. With conda-lock's development dependencies, I can create a fresh conda environment with said dependencies, but I would like to be able to update an existing conda environment seamlessly to do so and include pip dependencies that are locked.
Why is this needed?
Essentially this would just support staged Docker builds without adding egregious amounts of time to my build in order to install with conda-lock twice.
What should happen?
conda-lock install --no-dev -n example
conda-lock install --dev -n example # Incrementally installs the development. dependencies
Additional Context
No response
Checklist
What is the idea?
I use conda-lock to lock versions before building Docker images, and also to create a local development environment. With conda-lock's development dependencies, I can create a fresh conda environment with said dependencies, but I would like to be able to update an existing conda environment seamlessly to do so and include pip dependencies that are locked.
Why is this needed?
Essentially this would just support staged Docker builds without adding egregious amounts of time to my build in order to install with conda-lock twice.
What should happen?
Additional Context
No response