From 3d531f292b5efc3060c8b679b25739c91d92399f Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Thu, 4 Jan 2024 08:48:58 +1100 Subject: [PATCH] Revert "tighten fmt in libmamba" This reverts commit f6d234064a6f4f7879d1c95d8373679fedaf81f6. --- recipe/patch_yaml/mamba.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/recipe/patch_yaml/mamba.yaml b/recipe/patch_yaml/mamba.yaml index 82d2e9c3f..3e58a5041 100644 --- a/recipe/patch_yaml/mamba.yaml +++ b/recipe/patch_yaml/mamba.yaml @@ -1,4 +1,3 @@ -# yaml-language-server: $schema=../patch_yaml_model.json # from this code # if ( # subdir in ["linux-64", "linux-aarch64", "linux-ppc64le"] @@ -142,13 +141,3 @@ then: - replace_depends: old: conda >=23.9,<24 new: conda >=23.9,<23.11.0 ---- -# fmt 10.2.0 breaks libmamba on Windows -# https://github.com/conda-forge/fmt-feedstock/pull/39 -if: - name: libmamba - timestamp_lt: 1704218331614 -then: - - tighten_depends: - name: fmt - upper_bound: "10.2.0"