From a34e25db35040571655ac8059774fb0df209a30d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 29 Jan 2025 01:11:26 +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 ba01bd0..b677a99 100644 --- a/Project.toml +++ b/Project.toml @@ -31,7 +31,7 @@ HypergeometricFunctions = "0.3.4" InfiniteArrays = "0.14, 0.15" LazyArrays = "2" LazyBandedMatrices = "0.10, 0.11" -QuasiArrays = "0.11" +QuasiArrays = "0.11, 0.12" RecurrenceRelationshipArrays = "0.1" RecurrenceRelationships = "0.1, 0.2" SpecialFunctions = "1, 2"