Skip to content

Commit f073de2

Browse files
authored
Restrict FFTW to v1.4 - v1.8
due to (changing) implementation of `libfftw3` & `libfftw3f` in FFTW
1 parent 42d10dd commit f073de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
2121
[compat]
2222
DSP = "0.6.10, 0.7, 0.8"
2323
Documenter = "0.27, 1"
24-
FFTW = "1"
24+
FFTW = "1.4 - 1.8"
2525
FixedPointNumbers = "0.8"
2626
IntervalSets = "0.5, 0.6, 0.7"
2727
LinearAlgebra = "1"

0 commit comments

Comments
 (0)