From 90a53d9b552199cc623e7b8adb573067e2213c7a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 13:25:45 +0530 Subject: [PATCH] CompatHelper: bump compat for FastTransforms to 0.17, (keep existing compat) (#133) * CompatHelper: bump compat for FastTransforms to 0.17, (keep existing compat) * Bump version to 0.3.31 --------- Co-authored-by: CompatHelper Julia Co-authored-by: Jishnu Bhattacharya --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index cf52142..e743b8a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ApproxFunFourier" uuid = "59844689-9c9d-51bf-9583-5b794ec66d30" -version = "0.3.30" +version = "0.3.31" [deps] AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c" @@ -23,7 +23,7 @@ Aqua = "0.8" BandedMatrices = "0.16, 0.17, 1" DomainSets = "0.3, 0.4, 0.5, 0.6, 0.7" FFTW = "1.1" -FastTransforms = "0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16" +FastTransforms = "0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17" InfiniteArrays = "0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15" IntervalSets = "0.5, 0.6, 0.7" LinearAlgebra = "1.6"