mirror of https://github.com/mamba-org/mamba.git
Add constraint on `fmt` (#3969)
This commit is contained in:
parent
aa0d303dbb
commit
c70d46375d
|
@ -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
|
||||
|
|
|
@ -9,7 +9,7 @@ dependencies:
|
|||
- make # not always present
|
||||
# libmamba dependencies
|
||||
- cpp-expected
|
||||
- fmt
|
||||
- fmt >=11.1.0
|
||||
- libarchive
|
||||
- libcurl >=7.86
|
||||
- libsodium
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue