From 1d511eeb3d647b0887d48d0b4d9aea041198ef28 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 d334fd8ba..4a753ff30 100644 --- a/Project.toml +++ b/Project.toml @@ -73,7 +73,7 @@ Pkg = "1" PrecompileTools = "1" Printf = "<0.0.1, 1" Random = "<0.0.1, 1" -RecursiveArrayTools = "2" +RecursiveArrayTools = "2, 3" Reexport = "0.2, 1" SafeTestsets = "0.1" SciMLBase = "2.9"