From 708f751bbb985e2d85d72a01bd9741ca7fae83d3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 3 Jan 2025 00:48:46 +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 73e8e69..41cb2a4 100644 --- a/Project.toml +++ b/Project.toml @@ -19,7 +19,7 @@ DynamicPolynomials = "0.6.1" FillArrays = "1" InfiniteArrays = "0.14, 0.15" LazyArrays = "2" -RecurrenceRelationships = "0.1" +RecurrenceRelationships = "0.1, 0.2" SpecialFunctions = "1, 2" julia = "1.10"