From 375090e9e104c6981cb29b49a06cc6e74af99718 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 13 Feb 2025 00:43:21 +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 534310f..52518f1 100644 --- a/Project.toml +++ b/Project.toml @@ -25,7 +25,7 @@ ContinuumArrays = "0.18, 0.19" FillArrays = "1" HypergeometricFunctions = "0.3.4" InfiniteArrays = "0.14, 0.15" -InfiniteLinearAlgebra = "0.9.1" +InfiniteLinearAlgebra = "0.9.1, 0.10" LazyArrays = "2.4" QuasiArrays = "0.11, 0.12" SpecialFunctions = "1.0, 2"