From 916fd68094df25c916be1624921567e522f75749 Mon Sep 17 00:00:00 2001 From: Kristoffer Carlsson Date: Mon, 22 Apr 2024 17:43:34 +0200 Subject: [PATCH] allow LazyArrays 1 (#73) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b1f38dc..ce9430f 100644 --- a/Project.toml +++ b/Project.toml @@ -16,7 +16,7 @@ TransmuteDims = "24ddb15e-299a-5cc3-8414-dbddc482d9ca" [compat] ChainRulesCore = "1.11" Compat = "3.46, 4.2" # for stack -LazyArrays = "0.21, 0.22" +LazyArrays = "0.21, 0.22, 1" LazyStack = "0.1.0" MacroTools = "0.5" StaticArrays = "1.3"