From 70b107f80b181d797ceb4688b3889e674e628be5 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 27 May 2024 00:53:04 +0000 Subject: [PATCH] CompatHelper: bump compat for LazyArrays to 2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b4bf441..ef36605 100644 --- a/Project.toml +++ b/Project.toml @@ -23,7 +23,7 @@ Documenter = "0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25, 0.26, 0.27, 1" EltypeExtensions = "0.0.2, 0.0.4" InfiniteArrays = "0.10, 0.11, 0.12, 0.13" Infinities = "0.1" -LazyArrays = "0.19, 0.20, 0.21, 0.22, 1" +LazyArrays = "0.19, 0.20, 0.21, 0.22, 1, 2" LinearAlgebra = "0, 1" QuadGK = "1, 2" SpecialFunctions = "1, 2"