From 4326180f4415d42770748a48d8752dbf7db0ca45 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Sep 2021 01:10:51 +0000 Subject: [PATCH] CompatHelper: bump compat for "InfiniteLinearAlgebra" to "0.6" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c58e179..95f4919 100644 --- a/Project.toml +++ b/Project.toml @@ -35,7 +35,7 @@ FastTransforms = "0.12" FillArrays = "0.11, 0.12" HarmonicOrthogonalPolynomials = "0.2" InfiniteArrays = "0.11, 0.12" -InfiniteLinearAlgebra = "0.5" +InfiniteLinearAlgebra = "0.5, 0.6" LazyArrays = "0.21.8" LazyBandedMatrices = "0.6.1" QuasiArrays = "0.6, 0.7"