From fc115ce7894075047a006b2b1e36d60a46583236 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 8 Oct 2024 01:51:01 +0000 Subject: [PATCH] CompatHelper: bump compat for BifurcationKit to 0.4 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 078df7d696..5410865a2e 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -22,7 +22,7 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" [compat] BenchmarkTools = "1.3" -BifurcationKit = "0.3" +BifurcationKit = "0.3, 0.4" DifferentialEquations = "7.6" Distributions = "0.25" Documenter = "1"