diff --git a/recipe/patch_yaml/mamba.yaml b/recipe/patch_yaml/mamba.yaml index 056742e90..3e58a5041 100644 --- a/recipe/patch_yaml/mamba.yaml +++ b/recipe/patch_yaml/mamba.yaml @@ -129,3 +129,15 @@ then: - tighten_depends: name: conda upper_bound: "23.9.0" +--- +# conda=23.11.0 broke mamba's cli +# https://github.com/conda/conda/issues/13400 +if: + name: mamba + version_ge: 1.5.2 + version_le: 1.5.3 + timestamp_lt: 1701773340000 +then: + - replace_depends: + old: conda >=23.9,<24 + new: conda >=23.9,<23.11.0