From 734f3ed2c6f44924336928a4caac3e4e0c2abc87 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 12 Aug 2025 01:57:15 +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 04b93ed9..7b8d8f79 100644 --- a/Project.toml +++ b/Project.toml @@ -58,7 +58,7 @@ Pkg = "1" PreallocationTools = "0.4.31" PrecompileTools = "1.2.1" Random = "1.10.0" -RecursiveArrayTools = "3 - 3.36.0" +RecursiveArrayTools = "3 - 3.36.0, 3" SciMLBase = "2.77.0" Serialization = "1" StaticArrays = "1"