From 0a9dea86cd159a360d86f1b4839a7790da566c97 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 7 Jun 2026 02:17:38 +0000 Subject: [PATCH] CompatHelper: bump compat for DelayDiffEq to 6, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f076bec..ed1a781 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3" [compat] -DelayDiffEq = "5" +DelayDiffEq = "5, 6" DiffEqCallbacks = "2, 3, 4" Interpolations = "0.13, 0.14, 0.15, 0.16" OrdinaryDiffEq = "6"