From 4d3acab345442ae9b7da61c041b386a2447366d1 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 18 Sep 2025 00:24:19 +0000 Subject: [PATCH] CompatHelper: bump compat for Sundials to 5 for package downstream, (keep existing compat) --- test/downstream/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/downstream/Project.toml b/test/downstream/Project.toml index 4a6cb0368..bea50f4af 100644 --- a/test/downstream/Project.toml +++ b/test/downstream/Project.toml @@ -53,7 +53,7 @@ StableRNGs = "1" SteadyStateDiffEq = "2.2" StochasticDelayDiffEq = "1" StochasticDiffEq = "6" -Sundials = "4.11" +Sundials = "4.11, 5" SymbolicIndexingInterface = "0.3" SymbolicUtils = "<1.6, 2, 3" Tables = "1"