From 9f918611d845677e36745997790ad05568fae8ca Mon Sep 17 00:00:00 2001 From: tmigot Date: Tue, 27 Feb 2024 08:34:09 -0500 Subject: [PATCH] Bump to NLPModelsModifiers 0.7 (#123) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a82d4c5..0b21337 100644 --- a/Project.toml +++ b/Project.toml @@ -15,7 +15,7 @@ SparseMatricesCOO = "fa32481b-f100-4b48-8dc8-c62f61b13870" [compat] LinearOperators = "2.2.2, 2.3" NLPModels = "0.18, 0.19, 0.20" -NLPModelsModifiers = "0.6" +NLPModelsModifiers = "0.6, 0.7" Requires = "0.3, 0.4, 0.5, 1.0" SolverCore = "0.3" SparseMatricesCOO = "0.1.1, 0.2"