From 06f2e3cd34327de32a1d3a68b16b6212ce95a55d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 23 Apr 2026 00:51:46 +0000 Subject: [PATCH] CompatHelper: bump compat for OrdinaryDiffEqCore to 4, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 05a34c8c3..25c895878 100644 --- a/Project.toml +++ b/Project.toml @@ -29,7 +29,7 @@ JuMP = "1.28" LinearAlgebra = "1" LinearSolve = "3.54" MuladdMacro = "0.2.4" -OrdinaryDiffEqCore = "3.0.1" +OrdinaryDiffEqCore = "3.0.1, 4" RecipesBase = "1.3.4" Reexport = "1.2.2" SciMLBase = "2.128"