From 40f0c0fcbf7747515b92a5676015b0989008bb77 Mon Sep 17 00:00:00 2001 From: Dominique Orban Date: Mon, 26 Feb 2024 13:29:34 -0800 Subject: [PATCH] update LinearOperator dep version --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 8778413..44554a2 100644 --- a/Project.toml +++ b/Project.toml @@ -12,7 +12,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [compat] FastClosures = "0.2.1, 0.3.0" -LinearOperators = "^2.5.1" +LinearOperators = "^2.7" NLPModels = "0.19, 0.20" julia = "^1.6.0"