From 330343ea13a1a70b168082989861180e74028f69 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 27 Apr 2026 00:12:43 +0000 Subject: [PATCH] CompatHelper: bump compat for OrdinaryDiffEq to 7, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 259a23b..9624992 100644 --- a/Project.toml +++ b/Project.toml @@ -28,7 +28,7 @@ LinearAlgebra = "1.12.0" ODEInterface = "0.5.0" ODEInterfaceDiffEq = "3.13.5" ODEProblemLibrary = "1.2.2" -OrdinaryDiffEq = "6.102.1" +OrdinaryDiffEq = "6.102.1, 7" Plots = "1.41.1" SciMLSensitivity = "7.90.0" Zygote = "0.7.10"