Skip to content

Commit

Permalink
Merge pull request #629 from h-vetinari/fmt
Browse files Browse the repository at this point in the history
Revert "tighten fmt in libmamba"
  • Loading branch information
h-vetinari authored Jan 26, 2024
2 parents 11a6e6b + 3d531f2 commit 5fd35aa
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions recipe/patch_yaml/mamba.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# yaml-language-server: $schema=../patch_yaml_model.json
# from this code
# if (
# subdir in ["linux-64", "linux-aarch64", "linux-ppc64le"]
Expand Down Expand Up @@ -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"

0 comments on commit 5fd35aa

Please sign in to comment.