From 4fb4408b89824f00d1bb965df083862ab8a8d64d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 29 Jan 2025 01:20:54 +0000 Subject: [PATCH] CompatHelper: bump compat for QuasiArrays to 0.12, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 813e84e..3a22f50 100644 --- a/Project.toml +++ b/Project.toml @@ -32,7 +32,7 @@ InfiniteLinearAlgebra = "0.8, 0.9" LazyArrays = "2.0.4" LazyBandedMatrices = "0.10, 0.11" MatrixFactorizations = "3" -QuasiArrays = "0.11" +QuasiArrays = "0.11, 0.12" julia = "1.10" [extras]