From 00c290ce45dcacc0810e2f1a031c91291d9eba7f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 12 Dec 2023 07:07:13 +0000 Subject: [PATCH] CompatHelper: bump compat for RecursiveArrayTools to 3, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e1ff1db3..4c722c1b 100644 --- a/Project.toml +++ b/Project.toml @@ -50,7 +50,7 @@ LinearSolve = "1.15, 2" Metal = "0.5" MuladdMacro = "0.2" Parameters = "0.12" -RecursiveArrayTools = "2" +RecursiveArrayTools = "2, 3" Requires = "1.0" SciMLBase = "1.26, 2" Setfield = "1"