From 49b16f8ef2a2034f0ad6e232d96f8180e50f2063 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 12 Dec 2023 07:05:00 +0000 Subject: [PATCH] CompatHelper: bump compat for RecursiveArrayTools to 3, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 60764651b..fe6a712f0 100644 --- a/Project.toml +++ b/Project.toml @@ -42,8 +42,8 @@ NonlinearSolveZygoteExt = "Zygote" [compat] ADTypes = "0.2" -ArrayInterface = "6.0.24, 7" Aqua = "0.8" +ArrayInterface = "6.0.24, 7" BandedMatrices = "1" BenchmarkTools = "1" ConcreteStructs = "0.2" @@ -65,7 +65,7 @@ Pkg = "1" PrecompileTools = "1" Printf = "<0.0.1, 1" Random = "1" -RecursiveArrayTools = "2" +RecursiveArrayTools = "2, 3" Reexport = "0.2, 1" SafeTestsets = "0.1" SciMLBase = "2.9"