From f997c4c58a57fbf2d45769d03c9eaf6f375d4695 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 13 Feb 2025 01:45:37 +0000 Subject: [PATCH] CompatHelper: bump compat for InfiniteLinearAlgebra to 0.10, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index bf11ecb..492a633 100644 --- a/Project.toml +++ b/Project.toml @@ -36,7 +36,7 @@ FastTransforms = "0.17" FillArrays = "1.0" HarmonicOrthogonalPolynomials = "0.7" InfiniteArrays = "0.15" -InfiniteLinearAlgebra = "0.9" +InfiniteLinearAlgebra = "0.9, 0.10" LazyArrays = "2.3.1" LazyBandedMatrices = "0.11.3" QuasiArrays = "0.12"