From 129c37023f788dbd1b05d955eff9a300a8fdb5db Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 28 Apr 2026 00:48:13 +0000 Subject: [PATCH] CompatHelper: bump compat for Quaternionic in [extras] 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..f4b2e389 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" @@ -44,7 +44,7 @@ LinearAlgebra = "1" Logging = "1" MacroTools = "0.5.10" OrdinaryDiffEqVerner = "1.1" -Quaternionic = "2,3" +Quaternionic = "2,3, 4" Random = "1" RecursiveArrayTools = "3" ReferenceTests = "0.10.4"