From ebd5404d1b09b95287904dc4b9a756a410db2319 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 30 May 2026 03:30:16 +0000 Subject: [PATCH] CompatHelper: bump compat for MadNLP in [weakdeps] to 0.10, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index eb00795..b2ee291 100644 --- a/Project.toml +++ b/Project.toml @@ -23,7 +23,7 @@ InfiniteExaModelsMadNLP = "MadNLP" ExaModels = "0.9" InfiniteOpt = "0.6" JuMP = "1.15" -MadNLP = "0.9" +MadNLP = "0.9, 0.10" MathOptInterface = "1.19" NLPModels = "0.21, 0.22" NLPModelsIpopt = "0.10, 0.11"