From 529cbae8970912a09f46ab0e63da41960ea7d745 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 3 Apr 2023 10:41:45 +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 94f1ceb..42726c2 100644 --- a/Project.toml +++ b/Project.toml @@ -55,7 +55,7 @@ Formatting = "0.4" HalfIntegers = "1.3" IntervalSets = "0.5, 0.6, 0.7" IterativeSolvers = "0.9" -LazyArrays = "0.22" +LazyArrays = "0.22, 1" LineSearches = "7" Optim = "1.7" PrettyTables = "2"