Add constraint on `fmt` (#3969)

This commit is contained in:
Hind-M 2025-06-04 18:19:44 +02:00 committed by GitHub
parent aa0d303dbb
commit c70d46375d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 5 deletions

View File

@ -153,15 +153,13 @@ jobs:
with:
environment-name: mambabuild
init-shell: bash cmd.exe
# Constraint on fmt is due to an issue with 11.0.2 (to be fixed in next version)
# cf. https://github.com/fmtlib/fmt/issues/4091
create-args: >-
cli11>=2.2,<3
cpp-expected
nlohmann_json
simdjson-static>=3.3.0
spdlog
fmt<=11.0.1
fmt>=11.1.0
yaml-cpp-static>=0.8.0
libsolv-static>=0.7.24
reproc-cpp-static>=14.2.4.post0

View File

@ -9,7 +9,7 @@ dependencies:
- make # not always present
# libmamba dependencies
- cpp-expected
- fmt
- fmt >=11.1.0
- libarchive
- libcurl >=7.86
- libsodium

View File

@ -12,7 +12,7 @@ dependencies:
- nlohmann_json
- simdjson-static >=3.3.0
- spdlog
- fmt
- fmt >=11.1.0
- libsolv-static >=0.7.24
- yaml-cpp-static >=0.8.0
- reproc-static >=14.2.4.post0