From d4b7531ab1c31d5a7c8b5195f322b9945fde32c0 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 25 May 2024 01:11:34 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for BlockArrays in [weakdeps] to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6b8c26b5b..5fd06b9fc 100644 --- a/Project.toml +++ b/Project.toml @@ -46,7 +46,7 @@ RecipesBaseExt = "RecipesBase" [compat] ArrayAllocators = "0.3" -BlockArrays = "0.16" +BlockArrays = "0.16, 1" DiffEqBase = "6.122" DiffEqCallbacks = "2.36, 3" DiffEqDevTools = "2" From be5f51dbeab7c4b2a43877abc4bb2a424713b23b Mon Sep 17 00:00:00 2001 From: Nathanael Bosch Date: Sat, 25 May 2024 08:49:14 +0200 Subject: [PATCH 2/2] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5fd06b9fc..576cdb87c 100644 --- a/Project.toml +++ b/Project.toml @@ -46,7 +46,7 @@ RecipesBaseExt = "RecipesBase" [compat] ArrayAllocators = "0.3" -BlockArrays = "0.16, 1" +BlockArrays = "1" DiffEqBase = "6.122" DiffEqCallbacks = "2.36, 3" DiffEqDevTools = "2"