From 8176774670164cc1b5520d86aabf55c85c8f0329 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Fri, 24 Oct 2025 14:40:12 +0200 Subject: [PATCH] Update LazyArrays to v2 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6e1a407c..03546a66 100644 --- a/Project.toml +++ b/Project.toml @@ -20,7 +20,7 @@ BlockDiagonals = "0.1" ChainRulesCore = "1" IterativeSolvers = "0.9" JuMP = "1" -LazyArrays = "0.21, 0.22, 1" +LazyArrays = "2" MathOptInterface = "1.18" MathOptSetDistances = "0.2.9" ParametricOptInterface = "0.14"