From 2dad0c78bce0268b149065478ed7a1f686d6e863 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 23 Feb 2024 00:09:25 +0000 Subject: [PATCH] CompatHelper: bump compat for DiffEqCallbacks to 3, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1ad042c18f..3d2eec7f7a 100644 --- a/Project.toml +++ b/Project.toml @@ -63,7 +63,7 @@ Compat = "3.42, 4" ConstructionBase = "1" DataStructures = "0.17, 0.18" DiffEqBase = "6.103.0" -DiffEqCallbacks = "2.16" +DiffEqCallbacks = "2.16, 3" DiffRules = "0.1, 1.0" Distributions = "0.23, 0.24, 0.25" DocStringExtensions = "0.7, 0.8, 0.9"