From 04845ceb45db82f72c9816f7b6720aa0aec9ca68 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 7 Nov 2025 00:50:11 +0000 Subject: [PATCH] CompatHelper: bump compat for Symbolics to 7 for package StiffODE, (keep existing compat) --- benchmarks/StiffODE/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/StiffODE/Project.toml b/benchmarks/StiffODE/Project.toml index b65c99aca..3263d9645 100644 --- a/benchmarks/StiffODE/Project.toml +++ b/benchmarks/StiffODE/Project.toml @@ -43,5 +43,5 @@ RecursiveFactorization = "0.2.23" SciMLBenchmarks = "0.1" StaticArrays = "1" Sundials = "4.2, 5" -Symbolics = "5, 6" +Symbolics = "5, 6, 7" TimerOutputs = "0.5"