From 92dae63517f286fd0774d111553bb83e151f6d5f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 22 Apr 2026 02:54:21 +0000 Subject: [PATCH] CompatHelper: bump compat for DiffEqBase to 7, (keep existing compat) --- Project.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 4f46a5aeca..c66a3a0161 100644 --- a/Project.toml +++ b/Project.toml @@ -36,7 +36,6 @@ Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" NetworkLayout = "46757867-2c16-5918-afeb-47bfcb05e46a" StructuralIdentifiability = "220ca800-aa68-49bb-acd8-6037fa93a544" - [extensions] CatalystBifurcationKitExtension = "BifurcationKit" CatalystCairoMakieExtension = "CairoMakie" @@ -49,7 +48,7 @@ BifurcationKit = "0.4.4" CairoMakie = "0.12, 0.13" Combinatorics = "1.0.2" DataStructures = "0.18" -DiffEqBase = "6.165.0" +DiffEqBase = "6.165.0, 7" DocStringExtensions = "0.8, 0.9" DynamicPolynomials = "0.5, 0.6" DynamicQuantities = "0.13.2, 1"