Skip to content

Commit 83dccb2

Browse files
author
Antoine Bussy
committed
Bump fmt version requirement
1 parent 8aae5b9 commit 83dccb2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,9 @@ ADD_PROJECT_DEPENDENCY(
209209
)
210210
ADD_PROJECT_DEPENDENCY(
211211
fmt
212-
"10.0.0...<12"
212+
"11.1.0...<12"
213213
REQUIRED
214-
PKG_CONFIG_REQUIRES "fmt >= 10.0.0"
214+
PKG_CONFIG_REQUIRES "fmt >= 11.1.0"
215215
)
216216

217217
if(BUILD_WITH_OPENMP_SUPPORT)

Diff for: pixi.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ eigen = ">=3.4.0"
2121
python = ">=3.9.0"
2222
eigenpy = ">=3.8.0,!=3.10.0"
2323
proxsuite-nlp = ">=0.10.0"
24-
fmt = ">=10.0.0"
24+
fmt = ">=11.1.0"
2525
benchmark = ">=1.8.0"
2626
pytest = ">=8.3.0"
2727
matplotlib-base = ">=3.9.0"

0 commit comments

Comments
 (0)