From 7e48fa2ba6189477247e49d21b1d832c8dce9896 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 27 Apr 2026 00:45:12 +0000 Subject: [PATCH] CompatHelper: bump compat for OrdinaryDiffEqVerner in [extras] to 2, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 8fe12854..2101ca8e 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" @@ -43,7 +43,7 @@ InteractiveUtils = "1" LinearAlgebra = "1" Logging = "1" MacroTools = "0.5.10" -OrdinaryDiffEqVerner = "1.1" +OrdinaryDiffEqVerner = "1.1, 2" Quaternionic = "2,3" Random = "1" RecursiveArrayTools = "3"