From d9ce29e4cb188ec5b246aaae6242589a11d873c5 Mon Sep 17 00:00:00 2001 From: Sheehan Olver Date: Tue, 21 May 2024 07:58:38 +0100 Subject: [PATCH] BlockArrays v1.0 and LazyArrays v2.0 (#106) * LazyArrays v2,0 * Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f636ab0..4432533 100644 --- a/Project.toml +++ b/Project.toml @@ -23,7 +23,7 @@ QuasiArraysSparseArraysExt = "SparseArrays" ArrayLayouts = "1" DomainSets = "0.7.6" FillArrays = "1" -LazyArrays = "1.2" +LazyArrays = "1.2, 2" StaticArrays = "1" julia = "1.6"