From a8d265e482ec3054f6747e1218c8730ce4801a71 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 25 May 2024 00:18:04 +0000 Subject: [PATCH] CompatHelper: add new compat entry for LazyArrays in [weakdeps] at version 2, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index d26d2f45..d059c479 100644 --- a/Project.toml +++ b/Project.toml @@ -48,6 +48,7 @@ Distributions = "0.25.33" Functors = "0.1, 0.2, 0.3, 0.4" InverseFunctions = "0.1" IrrationalConstants = "0.1, 0.2" +LazyArrays = "2" LogExpFunctions = "0.3.3" MappedArrays = "0.2.2, 0.3, 0.4" Reexport = "0.2, 1"