From 6aa3a3f7f808897389000b28478fc7cc524a7da0 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 29 Jan 2025 01:43:06 +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 4fac8f2..2456724 100644 --- a/Project.toml +++ b/Project.toml @@ -39,7 +39,7 @@ InfiniteArrays = "0.15" InfiniteLinearAlgebra = "0.9" LazyArrays = "2.3.1" LazyBandedMatrices = "0.11.1" -QuasiArrays = "0.11" +QuasiArrays = "0.11, 0.12" RecurrenceRelationships = "0.2" SpecialFunctions = "1, 2" StaticArrays = "1"