Skip to content

Commit 6c90d83

Browse files
committed
Work around broken DSP
1 parent 04a2885 commit 6c90d83

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/FastTransforms.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
module FastTransforms
22

3-
using DSP, FastGaussQuadrature, LinearAlgebra
3+
using FastGaussQuadrature, LinearAlgebra
44
using Reexport, SpecialFunctions, ToeplitzMatrices
55

6+
import DSP
7+
68
@reexport using AbstractFFTs
79
@reexport using FFTW
810

0 commit comments

Comments
 (0)