From f8e1670e2261ff39e0b2fbbbec4f24452d001678 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 12 Oct 2021 01:00:35 +0000 Subject: [PATCH] CompatHelper: bump compat for FastTransforms to 0.13, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 01bc311..964924f 100644 --- a/Project.toml +++ b/Project.toml @@ -22,8 +22,8 @@ ApproxFun = "0.10, 0.11, 0.12" ClassicalOrthogonalPolynomials = "0.4" Documenter = "0.23, 0.24, 0.25, 0.26, 0.27" DoubleFloats = "1" -FastTransforms = "0.11, 0.12" FFTW = "1" +FastTransforms = "0.11, 0.12, 0.13" GeometricIntegrators = "0.7, 0.8, 0.9" HDF5 = "0.10, 0.12, 0.13, 0.14, 0.15" OffsetArrays = "1"