From 973dc05f519a2420188eb17a342fb97bf3ef1c1e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 18 Sep 2025 00:32:22 +0000 Subject: [PATCH] CompatHelper: bump compat for Sundials to 5 for package DAE, (keep existing compat) --- benchmarks/DAE/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/DAE/Project.toml b/benchmarks/DAE/Project.toml index cbf2f6737..69de5246d 100644 --- a/benchmarks/DAE/Project.toml +++ b/benchmarks/DAE/Project.toml @@ -22,5 +22,5 @@ Plots = "1" SciMLBenchmarks = "0.1" StaticArrays = "1" Statistics = "1" -Sundials = "4.6" +Sundials = "4.6, 5" julia = "1.6"