From 5126162e64a8bad57aa769e0fb57941eefa8a34d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 22 Apr 2026 02:55:06 +0000 Subject: [PATCH] CompatHelper: bump compat for DiffEqBase to 7 for package docs, (keep existing compat) --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index c5a17ef65e..b1ee35d808 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -53,7 +53,7 @@ CairoMakie = "0.12, 0.13" Catalyst = "14.4" DataFrames = "1.6" DataInterpolations = "7.2, 8" -DiffEqBase = "6.159.0" +DiffEqBase = "6.159.0, 7" Distributions = "0.25" Documenter = "1.4.1" DynamicalSystems = "3.3"