Skip to content

Commit a6c918c

Browse files
committed
Support lastest FastTransforms, FFTW
1 parent 40af93b commit a6c918c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ApproxFunFourier"
22
uuid = "59844689-9c9d-51bf-9583-5b794ec66d30"
3-
version = "0.1.5"
3+
version = "0.1.6"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -15,10 +15,10 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1515

1616
[compat]
1717
AbstractFFTs = "0.4"
18-
ApproxFunBase = "0.1.6"
18+
ApproxFunBase = "0.1.6, 0.2"
1919
DomainSets = "0.1"
20-
FFTW = "0.3"
21-
FastTransforms = "0.5, 0.6"
20+
FFTW = "0.3, 1"
21+
FastTransforms = "0.5, 0.6, 0.7"
2222
InfiniteArrays = "0.2"
2323
IntervalSets = "0.3.1"
2424
Reexport = "0.2"

0 commit comments

Comments
 (0)