From 00980b105b5c7641aa93e7274a408810ba076346 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 26 Aug 2026 00:26:59 +0000 Subject: [PATCH] CompatHelper: bump compat for MadNLPGPU 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..47076f7 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -25,7 +25,7 @@ Interpolations = "0.16" KernelAbstractions = "0.9" LinearAlgebra = "1" MadNLP = "0.9" -MadNLPGPU = "0.8" +MadNLPGPU = "0.8, 0.10" NLPModels = "0.21" OrderedCollections = "1.8" Test = "1.10"