From 107d32c122b7ecd8a748fef1df726ca334dcdefb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 08:58:53 +0000 Subject: [PATCH] CompatHelper: add new compat entry for LazyArrays in [weakdeps] at version 2, (keep existing compat) (#42) Co-authored-by: CompatHelper Julia --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 17f60fc..5f8e5ad 100644 --- a/Project.toml +++ b/Project.toml @@ -50,6 +50,7 @@ InfiniteArrays = "0.14, 0.15" Infinities = "0.1" IntervalSets = "0.7" IrrationalConstants = "0.2" +LazyArrays = "2" QuasiArrays = "0.11" julia = "1"