From df19bf48c380a749b5c71e6a63d24b3335a6e65c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 21:09:34 +0100 Subject: [PATCH] CompatHelper: bump compat for LazyArrays to 2 for package test, (keep existing compat) (#266) Co-authored-by: CompatHelper Julia --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 086a88d..98eb72c 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -23,7 +23,7 @@ Combinatorics = "1.0.2" Distributions = "0.25.15" FiniteDifferences = "0.11.3, 0.12" ForwardDiff = "0.10.12" -LazyArrays = "1" +LazyArrays = "1, 2" PDMats = "0.10.1, 0.11" ReverseDiff = "1.4.4" StatsFuns = "0.9.6, 1"