From a78182687c0094865290e67ea7080e19dbc671e7 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 16 Mar 2024 00:48:40 +0000 Subject: [PATCH] CompatHelper: bump compat for FastTransforms to 0.16, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 4f75b1c..142aa81 100644 --- a/Project.toml +++ b/Project.toml @@ -39,7 +39,7 @@ BlockBandedMatrices = "0.10, 0.11, 0.12" DomainSets = "0.5, 0.6, 0.7" DualNumbers = "0.6.2" FastGaussQuadrature = "0.4, 0.5, 1" -FastTransforms = "0.12, 0.13, 0.14, 0.15.1" +FastTransforms = "0.12, 0.13, 0.14, 0.15.1, 0.16" FillArrays = "0.11, 0.12, 0.13, 1" HalfIntegers = "1.5" IntervalSets = "0.5, 0.6, 0.7"