From 2fa96276927b86c976ab2761c6e94a5131692dc0 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 21 Aug 2024 00:55:38 +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 b01239d091..2ccd4fc116 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"