From e3b0079e891d79a12756739c197e506518116ea2 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 4 Dec 2023 14:47:17 +0000 Subject: [PATCH] CompatHelper: bump compat for LazyArrays to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 19c4df1..aab9c77 100644 --- a/Project.toml +++ b/Project.toml @@ -29,7 +29,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] HDF5 = "0.16" LaTeXStrings = "1" -LazyArrays = "0.22" +LazyArrays = "0.22, 1" LinearMaps = "3" OffsetArrays = "1" Parameters = "0.12"