From a94f22afb863d53b6ba6796f4f57480b1c2ca3c4 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 21 Nov 2025 00:59:01 +0000 Subject: [PATCH] CompatHelper: bump compat for NLPModels to 0.22, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a86fd6d..336f7f5 100644 --- a/Project.toml +++ b/Project.toml @@ -22,7 +22,7 @@ KrylovKit = "0.9.5, 0.10" LinearAlgebra = "1.10" MathOptInterface = "1.40" MutableArithmetics = "1.6.4" -NLPModels = "0.21.5" +NLPModels = "0.21.5, 0.22" NLPModelsJuMP = "0.13.2" SolverCore = "0.3.8" SparseArrays = "1.10"