From 8b48b40657a32b7779c705af2abc8173f50b0d82 Mon Sep 17 00:00:00 2001 From: Dominique Date: Mon, 16 Mar 2026 18:19:02 -0400 Subject: [PATCH] Update NLPModelsModifiers version range --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 3b1117a..5a367c7 100644 --- a/Project.toml +++ b/Project.toml @@ -35,7 +35,7 @@ LinearOperators = "2.3.2" MathOptInterface = "1.13.2" NLPModels = "0.21.2" NLPModelsJuMP = "0.13.2" -NLPModelsModifiers = "0.7.2" +NLPModelsModifiers = "0.7, 0.8" PartitionedStructures = "0.1.5" PartitionedVectors = "0.1.3" ReverseDiff = "1.14.1"