From eb6129a0ed2de1656889717fbd607a18ccb650c7 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 1 Jul 2025 02:07:15 +0000 Subject: [PATCH] CompatHelper: bump compat for BifurcationKit to 0.5 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..0a7144b164 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -48,7 +48,7 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" [compat] BenchmarkTools = "1.5" -BifurcationKit = "0.4.4" +BifurcationKit = "0.4.4, 0.5" CairoMakie = "0.12, 0.13" Catalyst = "14.4" DataFrames = "1.6"