From 1f883d88675a4f7f4e44378fa032079a65f037dc Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 23 Nov 2025 00:29:34 +0000 Subject: [PATCH] CompatHelper: bump compat for SymbolicUtils in [weakdeps] 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..8455a5c9 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" @@ -53,7 +53,7 @@ SciMLBase = "1, 2" SphericalFunctions = "2.2.7" StaticArrays = "1.9" SymbolicIndexingInterface = "0.3" -SymbolicUtils = "1, 2, <3.32" +SymbolicUtils = "1, 2, <3.32, 4" Symbolics = "5.25, 6, 7" Test = "1" TestItemRunner = "1"