From 67fb0937c90f7aa8ce7e12f083c3721d0cd82bc1 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 27 Sep 2025 01:13:01 +0000 Subject: [PATCH] CompatHelper: bump compat for SymbolicUtils to 4, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 81c2e92..312483b 100644 --- a/Project.toml +++ b/Project.toml @@ -38,7 +38,6 @@ SteadyStateDiffEqExt = "SteadyStateDiffEq" TimeEvolution = "OrdinaryDiffEqTsit5" [compat] -Peaks = "0.5" Aqua = "0.8.11" BijectiveHilbert = "0.3, 0.5" CheckConcreteStructs = "0.1.0" @@ -58,6 +57,7 @@ NonlinearSolve = "4.5.1" OrderedCollections = "1.8" OrdinaryDiffEqRosenbrock = "1.9" OrdinaryDiffEqTsit5 = "1.1" +Peaks = "0.5" Plots = "1.40.9" PrecompileTools = "1.2" Printf = "1.10" @@ -68,7 +68,7 @@ Random = "1.10" RuntimeGeneratedFunctions = "0.5.5" SciMLBase = "2.83.1" SteadyStateDiffEq = "2.5" -SymbolicUtils = "3.25" +SymbolicUtils = "3.25, 4" Symbolics = "6.34" Test = "1.10" TestExtras = "0.3"