From 4e897d2af4c55b2e0f1a3f74f4e7fc9e1e977e89 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 28 Sep 2024 00:59:45 +0000 Subject: [PATCH] CompatHelper: bump compat for DiffEqCallbacks to 4, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b01239d091..d198832093 100644 --- a/Project.toml +++ b/Project.toml @@ -73,7 +73,7 @@ ConstructionBase = "1" DataStructures = "0.17, 0.18" DeepDiffs = "1" DiffEqBase = "6.103.0" -DiffEqCallbacks = "2.16, 3" +DiffEqCallbacks = "2.16, 3, 4" DiffEqNoiseProcess = "5" DiffRules = "0.1, 1.0" Distributed = "1"