From eb5fa95b5b2aab3f1bccb991b5bb73eae1af6d05 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 25 Feb 2026 00:09:06 +0000 Subject: [PATCH] CompatHelper: bump compat for MadNLP to 0.9 for package docs, (drop existing compat) --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 5efa7cc..c63a163 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -26,7 +26,7 @@ DocumenterInterLinks = "1" ForwardDiff = "0.10, 1" LinearAlgebra = "1" MINPACK = "1" -MadNLP = "0.8" +MadNLP = "0.9" NLPModels = "0.21" NLPModelsIpopt = "0.11" NonlinearSolve = "4"