From ba7a77fe3fcd598be6ba6e4a537325140c10fefd Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 27 Sep 2025 00:11:38 +0000 Subject: [PATCH] CompatHelper: bump compat for SymbolicUtils in [weakdeps] to 4, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f5a02e829..e2a2e55df 100644 --- a/Project.toml +++ b/Project.toml @@ -72,6 +72,6 @@ Reexport = "1" SpecialFunctions = "0.10.1, 1, 2" StatsBase = "0.33, 0.34" StyledStrings = "1" -SymbolicUtils = "0.19, ^1.0.5, 2, 3" +SymbolicUtils = "0.19, ^1.0.5, 2, 3, 4" TOML = "<0.0.1, 1" julia = "1.10"