From 682d6e10e96e9d4db207437aa3e22e9d015e2d03 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 26 Apr 2026 23:19:28 +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 39239888e..c6b060bf0 100644 --- a/Project.toml +++ b/Project.toml @@ -30,7 +30,7 @@ IfElse = "0.1" Interpolations = "0.14, 0.15, 0.16" Latexify = "0.15, 0.16" ModelingToolkit = "11" -OrdinaryDiffEq = "6" +OrdinaryDiffEq = "6, 7" PDEBase = "0.1.20" PrecompileTools = "1" RuntimeGeneratedFunctions = "0.5.12"