From 2a424625fe4ec695456930db434fec99339dd186 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 21 May 2024 00:13:47 +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 f7c8121c..041c5f0e 100644 --- a/Project.toml +++ b/Project.toml @@ -35,7 +35,7 @@ FixedPointNumbers = "0.8" GroupSlices = "0.0.3" JLD2 = "0.4" JLSO = "2.5" -LazyArrays = "0.21, 0.22, 1" +LazyArrays = "0.21, 0.22, 1, 2" ProgressMeter = "1.5" SnpArrays = "0.3.9" SpecialFunctions = "0.8, 0.9, 0.10, 1, 2"