From 44fead92d858c340054891a3377d0286741c479e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 8 Jun 2026 00:25:33 +0000 Subject: [PATCH] CompatHelper: bump compat for ODEInterfaceDiffEq to 5, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 259a23b..2c7e037 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, 5" ODEProblemLibrary = "1.2.2" OrdinaryDiffEq = "6.102.1" Plots = "1.41.1"