From 3a41bfd552ba32bdb28612fa20a0f4b0ff166de5 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 12 Dec 2023 07:05:46 +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 e737b69c..d7af6b57 100644 --- a/Project.toml +++ b/Project.toml @@ -36,7 +36,7 @@ FunctionWrappers = "1.0" Graphs = "1.4" PoissonRandom = "0.4" RandomNumbers = "1.3" -RecursiveArrayTools = "2" +RecursiveArrayTools = "2, 3" Reexport = "0.2, 1.0" SciMLBase = "1.51, 2" StaticArrays = "0.10, 0.11, 0.12, 1.0"