From bf57ba94c3761d3cb4f59e9ea07b8361f1016869 Mon Sep 17 00:00:00 2001 From: Jishnu Bhattacharya Date: Wed, 11 Oct 2023 13:45:30 +0530 Subject: [PATCH] Bump BandedMatrices compat to v1 (#917) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 4d7319df0..c6617f910 100644 --- a/Project.toml +++ b/Project.toml @@ -32,7 +32,7 @@ ApproxFunFourier = "0.3" ApproxFunOrthogonalPolynomials = "0.5, 0.6" ApproxFunSingularities = "0.3.10" Aqua = "0.7" -BandedMatrices = "0.16, 0.17" +BandedMatrices = "0.16, 0.17, 1" BlockBandedMatrices = "0.11, 0.12" Calculus = "0.5" Documenter = "0.27"