From b3e48908d629807af83d384f6e1c66adac6bdd8b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 12 Aug 2021 12:10:30 +0000 Subject: [PATCH] CompatHelper: bump compat for AbstractFFTs to 1 , (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6db158a..5b01c37 100644 --- a/Project.toml +++ b/Project.toml @@ -9,7 +9,7 @@ FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" [compat] -AbstractFFTs = "0.5" +AbstractFFTs = "0.5, 1" FFTW = "1.1" julia = "1"