From c55d16c6da54db70cabe8ec17bb7abf10bd72941 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 22 Apr 2026 00:38:25 +0000 Subject: [PATCH] CompatHelper: bump compat for DiffEqBase to 7, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index d60fa60..2c9eec8 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "OmniPackage" uuid = "992a9bcd-042f-40bc-a011-a3ea62fdd9b8" -authors = ["Chris Elrod and contributors"] version = "0.1.4" +authors = ["Chris Elrod and contributors"] [deps] AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001" @@ -121,7 +121,7 @@ DataDrivenDiffEq = "1" DataFrames = "1.4" DataInterpolations = "3.0, 4" DataStructures = "0.18" -DiffEqBase = "= 6.120.0" +DiffEqBase = "= 6.120.0, 7" DiffResults = "1.0" DifferentialEquations = "7" DistributedArrays = "0.6"