From 6aabe41394d5b0288da11e3c952165371f43092f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 3 Jan 2025 01:47:37 +0000 Subject: [PATCH] CompatHelper: bump compat for RecurrenceRelationships to 0.2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 11bc8361..91291ffc 100644 --- a/Project.toml +++ b/Project.toml @@ -29,7 +29,7 @@ FastTransforms_jll = "0.6.2" FillArrays = "0.9, 0.10, 0.11, 0.12, 0.13, 1" GenericFFT = "0.1" LazyArrays = "2.2" -RecurrenceRelationships = "0.1" +RecurrenceRelationships = "0.1, 0.2" Reexport = "0.2, 1.0" SpecialFunctions = "0.10, 1, 2" ToeplitzMatrices = "0.7.1, 0.8"