Skip to content

Commit be32fd7

Browse files
CompatHelper: bump compat for "BandedMatrices" to "0.17" (#68)
* CompatHelper: bump compat for "BandedMatrices" to "0.17" * v0.4.7 * Test on 1.8 * Update ci.yml Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sheehan Olver <[email protected]>
1 parent a89e9d6 commit be32fd7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
matrix:
1212
version:
1313
- '1.5'
14-
- '1.6'
1514
- '1'
15+
- '^1.8.0-0'
1616
os:
1717
- ubuntu-latest
1818
- macOS-latest

Project.toml

Lines changed: 3 additions & 3 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.4.6"
3+
version = "0.4.7"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -22,14 +22,14 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2222
[compat]
2323
AbstractFFTs = "0.5, 1"
2424
ApproxFunBase = "0.5"
25-
BandedMatrices = "0.16"
25+
BandedMatrices = "0.16, 0.17"
2626
BlockArrays = "0.14, 0.15, 0.16"
2727
BlockBandedMatrices = "0.10, 0.11"
2828
DomainSets = "0.5"
2929
FFTW = "1.1"
3030
FastGaussQuadrature = "0.4"
3131
FastTransforms = "0.12, 0.13"
32-
FillArrays = "0.11, 0.12"
32+
FillArrays = "0.11, 0.12, 0.13"
3333
IntervalSets = "0.5"
3434
Reexport = "0.2, 1"
3535
SpecialFunctions = "0.10, 1.0, 2"

0 commit comments

Comments
 (0)