From dbba9e640995c21bc02c754acb8f2c7bafce2750 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 25 Feb 2026 01:28:05 +0000 Subject: [PATCH] CompatHelper: bump compat for MadNLP to 0.9 for package MadNLPKrylov, (keep existing compat) --- lib/MadNLPKrylov/Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/MadNLPKrylov/Project.toml b/lib/MadNLPKrylov/Project.toml index 4b683a80d..ce09db452 100644 --- a/lib/MadNLPKrylov/Project.toml +++ b/lib/MadNLPKrylov/Project.toml @@ -8,9 +8,9 @@ MadNLP = "2621e9c9-9eb4-46b1-8089-e8c72242dfb6" [compat] IterativeSolvers = "~0.9" -MadNLP = "0.5, 0.6, 0.7, 0.8" -julia = "1.6" +MadNLP = "0.5, 0.6, 0.7, 0.8, 0.9" MadNLPTests = "0.5" +julia = "1.6" [extras] MadNLPTests = "b52a2a03-04ab-4a5f-9698-6a2deff93217"