Skip to content

Commit

Permalink
tighten fmt in libmamba
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Jan 2, 2024
1 parent e40a05d commit f6d2340
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions recipe/patch_yaml/mamba.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# yaml-language-server: $schema=../patch_yaml_model.json
# from this code
# if (
# subdir in ["linux-64", "linux-aarch64", "linux-ppc64le"]
Expand Down Expand Up @@ -141,3 +142,13 @@ 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 f6d2340

Please sign in to comment.