From df84f73867a36153ffe68d04a015000164e4aa13 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 10 Dec 2025 00:05:13 +0000 Subject: [PATCH] CompatHelper: bump compat for NLPModels to 0.22, (drop existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 403ff0e..95aef8c 100644 --- a/Project.toml +++ b/Project.toml @@ -41,7 +41,7 @@ KernelAbstractions = "0.9" LinearAlgebra = "1" MLStyle = "0.4" MacroTools = "0.5" -NLPModels = "0.21" +NLPModels = "0.22" OrderedCollections = "1" Parameters = "0.12" Plots = "1"