Force conda-lock to v1

This commit is contained in:
abejgonzalez
2023-05-30 21:09:05 -07:00
parent 0b07958e6c
commit 4fe974f36b
4 changed files with 561 additions and 498 deletions

View File

@@ -46,7 +46,7 @@ This is done by the following:
.. code-block:: shell
conda install -n base conda-lock
conda install -n base conda-lock=1
conda activate base
.. Note:: We also recommended switching to `libmamba <https://www.anaconda.com/blog/a-faster-conda-for-a-growing-community>`__ for much faster dependency solving.