From ea066287f7d2a688ea7cd48190cd2e52fe4c3b71 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 26 Apr 2026 00:11:30 +0000 Subject: [PATCH] CompatHelper: bump compat for ODEInterfaceDiffEq to 4, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 259a23b..df887f7 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ ForwardDiff = "1.2.2" LaTeXStrings = "1.4.0" LinearAlgebra = "1.12.0" ODEInterface = "0.5.0" -ODEInterfaceDiffEq = "3.13.5" +ODEInterfaceDiffEq = "3.13.5, 4" ODEProblemLibrary = "1.2.2" OrdinaryDiffEq = "6.102.1" Plots = "1.41.1"