From 0c1f59d9c67130a0682a781bd2010f3698d85b4c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 25 Feb 2026 00:50:08 +0000 Subject: [PATCH] CompatHelper: bump compat for MadNLPGPU to 0.8 for package test, (drop existing compat) --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index af7177f..5b76ecc 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -25,7 +25,7 @@ Interpolations = "0.16" KernelAbstractions = "0.9" LinearAlgebra = "1" MadNLP = "0.8" -MadNLPGPU = "0.7" +MadNLPGPU = "0.8" NLPModels = "0.21" OrderedCollections = "1.8" Test = "1.10"