From feebe90f16c5636fd773d81d16d4eb260fca2399 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 ce46087236..8f26f73169 100644 --- a/Project.toml +++ b/Project.toml @@ -69,7 +69,7 @@ Polyester = "0.3, 0.4, 0.5, 0.6, 0.7" PreallocationTools = "0.2, 0.3, 0.4" PrecompileTools = "1" Preferences = "1.3" -RecursiveArrayTools = "2.36" +RecursiveArrayTools = "2, 3" Reexport = "0.2, 1.0" SciMLBase = "1.94, 2" SciMLNLSolve = "0.1"