From 9182c12289d38f1e0100e09119bde1271c64a68e Mon Sep 17 00:00:00 2001 From: Jishnu Bhattacharya Date: Fri, 8 Dec 2023 11:15:22 +0530 Subject: [PATCH] Allow BandedMatrices v0.17 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 3dd7f89..583f021 100644 --- a/Project.toml +++ b/Project.toml @@ -8,7 +8,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9" [compat] -BandedMatrices = "0.15, 1" +BandedMatrices = "0.15, 0.17, 1" Random = "<0.0.1, 1" StaticArrays = "1" Test = "<0.0.1, 1"