From 1f971309909b4387fb3b2aa8b6066e56e24c7ccc Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 13 Mar 2025 00:15:42 +0000 Subject: [PATCH] CompatHelper: bump compat for BlockDiagonals in [weakdeps] to 0.2, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index b8c9fc675..295ae1583 100644 --- a/Project.toml +++ b/Project.toml @@ -68,7 +68,7 @@ AllocCheck = "0.2" Aqua = "0.8" ArrayInterface = "7.7" BandedMatrices = "1.5" -BlockDiagonals = "0.1.42" +BlockDiagonals = "0.1.42, 0.2" CUDA = "5" CUDSS = "0.1, 0.2, 0.3, 0.4" ChainRulesCore = "1.22" @@ -144,8 +144,8 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" RecursiveFactorization = "f2c3362d-daeb-58d1-803e-2bc74f2840b4" SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" -Sparspak = "e56a9233-b9d6-4f03-8d0f-1825330902ac" SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" +Sparspak = "e56a9233-b9d6-4f03-8d0f-1825330902ac" StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"