From a62d150b1e722b9197c6764536c65a9f5c8ce6ec Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 21 Aug 2024 00:56:10 +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 aa8f7ba8f8..63da20476f 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"