From 2b6373358e046f2c126b873847ec55b660e29443 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 3 Dec 2024 00:56:07 +0000 Subject: [PATCH] CompatHelper: bump compat for InfiniteArrays to 0.15, (keep existing compat) --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 11d58d8..425e185 100644 --- a/Project.toml +++ b/Project.toml @@ -22,8 +22,8 @@ LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02" LazyBandedMatrices = "d7e5e226-e90b-4449-9968-0f923699bf6f" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" QuasiArrays = "c4ea9172-b204-11e9-377d-29865faadc5c" -RecurrenceRelationships = "807425ed-42ea-44d6-a357-6771516d7b2c" RecurrenceRelationshipArrays = "b889d2dc-af3c-4820-88a8-238fa91d3518" +RecurrenceRelationships = "807425ed-42ea-44d6-a357-6771516d7b2c" SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" [weakdeps] @@ -45,15 +45,15 @@ FastGaussQuadrature = "1" FastTransforms = "0.16.6" FillArrays = "1" HypergeometricFunctions = "0.3.4" -InfiniteArrays = " 0.14" +InfiniteArrays = "0.14, 0.15" InfiniteLinearAlgebra = "0.8" IntervalSets = "0.7" LazyArrays = "2.2" LazyBandedMatrices = "0.10" MutableArithmetics = "1" QuasiArrays = "0.11" -RecurrenceRelationships = "0.1" RecurrenceRelationshipArrays = "0.1" +RecurrenceRelationships = "0.1" SpecialFunctions = "1.0, 2" julia = "1.10"