From fad85b7641536fe319839eb333971a72f19e2bea Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 21 Aug 2024 00:20:46 +0000 Subject: [PATCH] CompatHelper: bump compat for BifurcationKit in [weakdeps] to 0.4, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d824d725e4..5e46f351f5 100644 --- a/Project.toml +++ b/Project.toml @@ -69,7 +69,7 @@ MTKDeepDiffsExt = "DeepDiffs" [compat] AbstractTrees = "0.3, 0.4" ArrayInterface = "6, 7" -BifurcationKit = "0.3" +BifurcationKit = "0.3, 0.4" BlockArrays = "1.1" Combinatorics = "1" Compat = "3.42, 4"