From df1522a7350e183dfd2b8517e8e54def6b00ecda Mon Sep 17 00:00:00 2001 From: Soeren Schoenbrod Date: Sun, 4 Dec 2022 17:55:14 +0100 Subject: [PATCH] Add compat for FFTW --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index a22153a..2c9b75a 100644 --- a/Project.toml +++ b/Project.toml @@ -16,6 +16,7 @@ Distributions = "0.20, 0.21, 0.22, 0.23, 0.24, 0.25" DocStringExtensions = "0.6, 0.7, 0.8" LazyArrays = "0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 0.19, 0.20, 0.21" StaticArrays = "1.0" +FFTW = "1.0" julia = "1.7" [extras]