From cfb10f364a6d2e7c5f6d06428c4d248732a994a1 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 2 Apr 2026 00:35:25 +0000 Subject: [PATCH] CompatHelper: bump compat for RecursiveArrayTools to 4, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 8fe12854..598c1a77 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PostNewtonian" uuid = "377afc40-5642-4616-8613-b7ebca523866" -authors = ["Michael Boyle and contributors"] version = "0.10.9" +authors = ["Michael Boyle and contributors"] [deps] DataInterpolations = "82cc6244-b520-54b8-b5a6-8a565e85f1d0" @@ -46,7 +46,7 @@ MacroTools = "0.5.10" OrdinaryDiffEqVerner = "1.1" Quaternionic = "2,3" Random = "1" -RecursiveArrayTools = "3" +RecursiveArrayTools = "3, 4" ReferenceTests = "0.10.4" RuntimeGeneratedFunctions = "0.5.13" SciMLBase = "1, 2"