Skip to content

Commit 45a58ff

Browse files
CompatHelper: bump compat for "BlockBandedMatrices" to "0.10" (#56)
* CompatHelper: bump compat for "BlockBandedMatrices" to "0.10" * 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 80355be commit 45a58ff

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Project.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ApproxFunOrthogonalPolynomials"
22
uuid = "b70543e2-c0d9-56b8-a290-0d4d6d4de211"
3-
version = "0.3.8"
3+
version = "0.3.9"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -20,18 +20,18 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
2020
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2121

2222
[compat]
23-
AbstractFFTs = "0.5"
23+
AbstractFFTs = "0.5, 1"
2424
ApproxFunBase = "0.3.6"
25-
BandedMatrices = "0.14, 0.15"
26-
BlockArrays = "0.12.11, 0.13"
27-
BlockBandedMatrices = "0.6, 0.7.1, 0.8, 0.9"
25+
BandedMatrices = "0.14, 0.15, 0.16"
26+
BlockArrays = "0.12.11, 0.13, 0.14"
27+
BlockBandedMatrices = "0.6, 0.7.1, 0.8, 0.9, 0.10"
2828
DomainSets = "0.3, 0.4"
2929
FFTW = "1.1"
3030
FastGaussQuadrature = "0.4"
3131
FastTransforms = "0.10, 0.11"
32-
FillArrays = "0.8, 0.9.4, 0.10"
32+
FillArrays = "0.8, 0.9.4, 0.10, 0.11"
3333
IntervalSets = "0.5"
34-
Reexport = "0.2"
34+
Reexport = "0.2, 1"
3535
SpecialFunctions = "0.8, 0.9, 0.10, 1.0"
3636
julia = "1.3"
3737

0 commit comments

Comments
 (0)