From 038599d3ecec1e9984cfee3d1185e8869bac0f70 Mon Sep 17 00:00:00 2001 From: Aayush Sabharwal Date: Fri, 27 Oct 2023 16:11:39 +0530 Subject: [PATCH] chore: update RecursiveArrayTools compat --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 36749c026..84a79b45f 100644 --- a/Project.toml +++ b/Project.toml @@ -92,7 +92,7 @@ Pkg = "1" PrecompileTools = "1" Preferences = "1" Random = "1" -RecursiveArrayTools = "2" +RecursiveArrayTools = "2, 3" RecursiveFactorization = "0.2.8" Reexport = "1" Requires = "1"