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