From 21c9edb043abf11cfcfe968092458e462fad60ec Mon Sep 17 00:00:00 2001 From: Aayush Sabharwal Date: Mon, 30 Oct 2023 13:42:08 +0530 Subject: [PATCH] chore: bump RecursiveArrayTools compat --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 60764651b..9e1b97bcc 100644 --- a/Project.toml +++ b/Project.toml @@ -65,7 +65,7 @@ Pkg = "1" PrecompileTools = "1" Printf = "<0.0.1, 1" Random = "1" -RecursiveArrayTools = "2" +RecursiveArrayTools = "2, 3" Reexport = "0.2, 1" SafeTestsets = "0.1" SciMLBase = "2.9"