We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aae5b9 commit 83dccb2Copy full SHA for 83dccb2
CMakeLists.txt
@@ -209,9 +209,9 @@ ADD_PROJECT_DEPENDENCY(
209
)
210
ADD_PROJECT_DEPENDENCY(
211
fmt
212
- "10.0.0...<12"
+ "11.1.0...<12"
213
REQUIRED
214
- PKG_CONFIG_REQUIRES "fmt >= 10.0.0"
+ PKG_CONFIG_REQUIRES "fmt >= 11.1.0"
215
216
217
if(BUILD_WITH_OPENMP_SUPPORT)
pixi.toml
@@ -21,7 +21,7 @@ eigen = ">=3.4.0"
21
python = ">=3.9.0"
22
eigenpy = ">=3.8.0,!=3.10.0"
23
proxsuite-nlp = ">=0.10.0"
24
-fmt = ">=10.0.0"
+fmt = ">=11.1.0"
25
benchmark = ">=1.8.0"
26
pytest = ">=8.3.0"
27
matplotlib-base = ">=3.9.0"
0 commit comments