Skip to content

Commit 58e5650

Browse files
authored
Support BlockBandedMatrices v0.12 (#872)
* Support BlockBandedMatrices v0.12 * Don't bump version * Bump version to v0.13.17
1 parent e7b9459 commit 58e5650

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ApproxFun"
22
uuid = "28f2ccd6-bb30-5033-b560-165f7b14dc2f"
3-
version = "0.13.16"
3+
version = "0.13.17"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -29,7 +29,7 @@ ApproxFunOrthogonalPolynomials = "0.5, 0.6"
2929
ApproxFunSingularities = "0.3"
3030
Aqua = "0.5"
3131
BandedMatrices = "0.16, 0.17"
32-
BlockBandedMatrices = "0.11"
32+
BlockBandedMatrices = "0.11, 12"
3333
Calculus = "0.5"
3434
Documenter = "0.27"
3535
DomainSets = "0.3, 0.4, 0.5, 0.6"

0 commit comments

Comments
 (0)