From 8545e7b360bcef393178388a7d28d00f7f4f752c Mon Sep 17 00:00:00 2001 From: Maxence Gollier <134112149+MaxenceGollier@users.noreply.github.com> Date: Thu, 10 Apr 2025 09:24:34 -0400 Subject: [PATCH 1/2] Bump LinearOperators.jl compat to 2.9.1 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 98f6f703..031b9c7c 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ SolverCore = "ff4d7338-4cf1-434d-91df-b86cb86fb843" Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97" [compat] -LinearOperators = "2.9" +LinearOperators = "2.9.1" NLPModels = "0.19, 0.20" NLPModelsModifiers = "0.7" Percival = "0.7.2" From 885ed73afec929023685a063a7f8193a0d33b9aa Mon Sep 17 00:00:00 2001 From: Maxence Gollier <134112149+MaxenceGollier@users.noreply.github.com> Date: Thu, 10 Apr 2025 12:39:01 -0400 Subject: [PATCH 2/2] Bump LinearOperators.jl compat to 2.10 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 031b9c7c..61a0deeb 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ SolverCore = "ff4d7338-4cf1-434d-91df-b86cb86fb843" Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97" [compat] -LinearOperators = "2.9.1" +LinearOperators = "2.10.0" NLPModels = "0.19, 0.20" NLPModelsModifiers = "0.7" Percival = "0.7.2"