Skip to content

Commit f3813e4

Browse files
CompatHelper: bump compat for "InfiniteArrays" to "0.9" (#65)
* CompatHelper: bump compat for "InfiniteArrays" to "0.9" * v0.3.12 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sheehan Olver <[email protected]>
1 parent 2b933c7 commit f3813e4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Project.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ApproxFunBase"
22
uuid = "fbd15aa5-315a-5a7d-a8a4-24992e37be05"
3-
version = "0.3.11"
3+
version = "0.3.12"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -27,20 +27,20 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2727
ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24"
2828

2929
[compat]
30-
AbstractFFTs = "0.4, 0.5"
31-
BandedMatrices = "0.14, 0.15"
32-
BlockArrays = "0.12.11, 0.13"
33-
BlockBandedMatrices = "0.7, 0.8, 0.9"
30+
AbstractFFTs = "0.4, 0.5, 1"
31+
BandedMatrices = "0.14, 0.15, 0.16"
32+
BlockArrays = "0.12.11, 0.13, 0.14"
33+
BlockBandedMatrices = "0.7, 0.8, 0.9, 0.10"
3434
Calculus = "0.5"
3535
DSP = "0.6"
3636
DomainSets = "0.4"
3737
DualNumbers = "0.6.2"
3838
FFTW = "0.3, 1"
3939
FastGaussQuadrature = "0.4"
40-
FillArrays = "0.8, 0.9, 0.10"
41-
InfiniteArrays = "0.4, 0.5, 0.6, 0.7, 0.8"
40+
FillArrays = "0.8, 0.9, 0.10, 0.11"
41+
InfiniteArrays = "0.4, 0.5, 0.6, 0.7, 0.8, 0.9"
4242
IntervalSets = "0.5"
43-
LazyArrays = "0.14, 0.15, 0.16, 0.17, 0.18, 0.19"
43+
LazyArrays = "0.14, 0.15, 0.16, 0.17, 0.18, 0.19, 0.20"
4444
LowRankApprox = "0.2, 0.3, 0.4"
4545
SpecialFunctions = "0.8, 0.9, 0.10, 1.0"
4646
StaticArrays = "0.12, 1.0"

0 commit comments

Comments
 (0)