Skip to content

Commit 4049e8f

Browse files
committed
Add missing compat
1 parent df2112e commit 4049e8f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
os:
1616
- ubuntu-latest
1717
- macOS-latest
18-
- windows-latest
1918
arch:
2019
- x64
2120
steps:

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1919

2020
[compat]
2121
BlockArrays = "0.14"
22+
BlockBandedMatrices = "0.10"
2223
ClassicalOrthogonalPolynomials = "0.1"
2324
ContinuumArrays = "0.5"
2425
DomainSets = "0.4"
@@ -28,6 +29,7 @@ IntervalSets = "0.5"
2829
QuasiArrays = "0.4"
2930
SpecialFunctions = "0.10, 1"
3031
StaticArrays = "0.12.1, 1"
32+
julia = "1.5"
3133

3234
[extras]
3335
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)