From 273624a78a63feecee09553aba152a92309b38fd Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 21 Aug 2024 00:35:43 +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 5c8096072b..d481364ed0 100644 --- a/Project.toml +++ b/Project.toml @@ -66,7 +66,7 @@ MTKDeepDiffsExt = "DeepDiffs" [compat] AbstractTrees = "0.3, 0.4" ArrayInterface = "6, 7" -BifurcationKit = "0.3" +BifurcationKit = "0.3, 0.4" Combinatorics = "1" Compat = "3.42, 4" ConstructionBase = "1"