From cc38b174da6469b8ef9f8b746760dabad449b153 Mon Sep 17 00:00:00 2001 From: Nathanael Bosch Date: Fri, 16 Feb 2024 16:21:46 +0100 Subject: [PATCH] Add BlockDiagonals compat entry --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 030a13470..d4969b1d5 100644 --- a/Project.toml +++ b/Project.toml @@ -49,6 +49,7 @@ RecipesBaseExt = "RecipesBase" [compat] ArrayAllocators = "0.3" +BlockDiagonals = "0.1" DiffEqBase = "6.122" DiffEqCallbacks = "2.36" DiffEqDevTools = "2"