From 86482bbabefc22957f5e60e946dccfe1c0961692 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 20 May 2024 21:45:29 +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 f8e7162b8..00723e72b 100644 --- a/Project.toml +++ b/Project.toml @@ -72,7 +72,7 @@ FastLevenbergMarquardt = "0.1" FiniteDiff = "2.22" FixedPointAcceleration = "0.3" ForwardDiff = "0.10.36" -LazyArrays = "1.8.2" +LazyArrays = "1.8.2, 2" LeastSquaresOptim = "0.8.5" LineSearches = "7.2" LinearAlgebra = "1.10"