From f473ae687ed33d29d6d32043354bbe7a9d08711b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Fri, 24 Oct 2025 16:29:51 +0200 Subject: [PATCH] Allow LazyArrays v1 Needed for Julia v1.6 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 03546a66..c7bcf01d 100644 --- a/Project.toml +++ b/Project.toml @@ -20,7 +20,7 @@ BlockDiagonals = "0.1" ChainRulesCore = "1" IterativeSolvers = "0.9" JuMP = "1" -LazyArrays = "2" +LazyArrays = "1, 2" MathOptInterface = "1.18" MathOptSetDistances = "0.2.9" ParametricOptInterface = "0.14"