From a75b932c1f1e77dac7269403bdb9fcd6f0f2fcc6 Mon Sep 17 00:00:00 2001 From: Aayush Sabharwal Date: Mon, 30 Oct 2023 20:52:01 +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 e4e0560ea9..e6266c5ccd 100644 --- a/Project.toml +++ b/Project.toml @@ -74,7 +74,7 @@ Polyester = "0.7" PreallocationTools = "0.4" PrecompileTools = "1" Preferences = "1.3" -RecursiveArrayTools = "2.36" +RecursiveArrayTools = "2.36, 3" Reexport = "1.0" SciMLBase = "2" SciMLNLSolve = "0.1"