We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df2112e commit 4049e8fCopy full SHA for 4049e8f
.github/workflows/ci.yml
@@ -15,7 +15,6 @@ jobs:
15
os:
16
- ubuntu-latest
17
- macOS-latest
18
- - windows-latest
19
arch:
20
- x64
21
steps:
Project.toml
@@ -19,6 +19,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
BlockArrays = "0.14"
22
+BlockBandedMatrices = "0.10"
23
ClassicalOrthogonalPolynomials = "0.1"
24
ContinuumArrays = "0.5"
25
DomainSets = "0.4"
@@ -28,6 +29,7 @@ IntervalSets = "0.5"
28
29
QuasiArrays = "0.4"
30
SpecialFunctions = "0.10, 1"
31
StaticArrays = "0.12.1, 1"
32
+julia = "1.5"
33
34
[extras]
35
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
0 commit comments