FIX: fix conda-lock version, >1.4.0 does not work!

This commit is contained in:
-T.K.-
2023-12-21 21:09:39 -08:00
parent 6730f55aa0
commit 5a96abeb14

View File

@@ -46,7 +46,7 @@ This is done by the following:
.. code-block:: shell
conda install -n base conda-lock=1.4
conda install -n base conda-lock==1.4.0
conda activate base