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
3. Install [conda-devenv]: Advanced conda environment configuration such as conditional dependencies.
43
+
-`mamba --no-banner install conda-devenv=2.3 --name base --channel conda-forge`
44
+
4. Install [conda-lock]: Lock versions of dependencies and generate explicit lockfiles.
45
+
-`mamba --no-banner install conda-lock=1.0 --name base --channel conda-forge`
48
46
49
47
After editing the `environment.devenv.yml` file to add, remove, or update required and optional dependencies, run the following command to re-generate the `environment.conda-lock.yml` and `environment.*.lock` files.
0 commit comments