From 7c502c3e946d9a0fcfa73a48dc1b3d3a6ac6d2c9 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 20 Oct 2023 06:35:07 +0000 Subject: [PATCH] CompatHelper: bump compat for BandedMatrices to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1fabdbc..5b12d94 100644 --- a/Project.toml +++ b/Project.toml @@ -20,7 +20,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [compat] ArnoldiMethod = "0.2" -BandedMatrices = "0.16,0.17" +BandedMatrices = "0.16,0.17, 1" BlockBandedMatrices = "0.11, 0.12" ContinuumArrays = "0.10, 0.11, 0.12" FastGaussQuadrature = "0.4, 0.5"