Skip to content

Commit ec63862

Browse files
github-actions[bot]dlfivefifty
authored andcommitted
CompatHelper: bump compat for "AbstractFFTs" to "0.5" (#687)
1 parent b6b4898 commit ec63862

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
@@ -18,7 +18,7 @@ RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
1818
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1919

2020
[compat]
21-
AbstractFFTs = "0.4"
21+
AbstractFFTs = "0.4, 0.5"
2222
ApproxFunBase = "0.1.6, 0.2"
2323
ApproxFunFourier = "0.1.5"
2424
ApproxFunOrthogonalPolynomials = "0.2.3"
@@ -27,14 +27,14 @@ Calculus = "0.5"
2727
DomainSets = "0.1"
2828
DualNumbers = "0.6.2"
2929
FFTW = "0.3, 1"
30-
Reexport = "0.2"
3130
RecipesBase = "0.7"
31+
Reexport = "0.2"
3232
julia = "1"
3333

3434
[extras]
35-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3635
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
3736
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
37+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3838

3939
[targets]
40-
test = ["Test","Random","SpecialFunctions"]
40+
test = ["Test", "Random", "SpecialFunctions"]

0 commit comments

Comments
 (0)