Skip to content

Commit 36902ce

Browse files
CompatHelper: bump compat for "InfiniteArrays" to "0.9" (#25)
* CompatHelper: bump compat for "InfiniteArrays" to "0.9" * Update Project.toml Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sheehan Olver <[email protected]>
1 parent dee74d2 commit 36902ce

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.2.6"
3+
version = "0.2.7"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -14,14 +14,14 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1414
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1515

1616
[compat]
17-
AbstractFFTs = "0.5"
17+
AbstractFFTs = "0.5, 1"
1818
ApproxFunBase = "0.3.4"
1919
DomainSets = "0.3, 0.4"
2020
FFTW = "1.1"
2121
FastTransforms = "0.10, 0.11"
22-
InfiniteArrays = "0.5, 0.6, 0.7, 0.8"
22+
InfiniteArrays = "0.5, 0.6, 0.7, 0.8, 0.9"
2323
IntervalSets = "0.5"
24-
Reexport = "0.2"
24+
Reexport = "0.2, 1"
2525
SpecialFunctions = "0.8, 0.9, 0.10, 1.0"
2626
julia = "1.3"
2727

0 commit comments

Comments
 (0)