From 465b634cd62d267bd7e00c1f3da952a1f237b7fc Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 26 Aug 2026 00:27:02 +0000 Subject: [PATCH] CompatHelper: bump compat for MadNLP to 0.10 for package test, (keep existing compat) --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 6214d50..f9da277 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -24,7 +24,7 @@ ExaModels = "0.9" Interpolations = "0.16" KernelAbstractions = "0.9" LinearAlgebra = "1" -MadNLP = "0.9" +MadNLP = "0.9, 0.10" MadNLPGPU = "0.8" NLPModels = "0.21" OrderedCollections = "1.8"