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 24386cc commit 5f39d06Copy full SHA for 5f39d06
.github/workflows/ci.yml
@@ -24,7 +24,6 @@ jobs:
24
version:
25
- '1.6'
26
- '1'
27
- - '^1.9.0-0'
28
os:
29
- ubuntu-latest
30
- macOS-latest
Project.toml
@@ -1,6 +1,6 @@
1
name = "InfiniteLinearAlgebra"
2
uuid = "cde9dba0-b1de-11e9-2c62-0bab9446c55c"
3
-version = "0.6.19"
+version = "0.6.20"
4
5
[deps]
6
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -27,7 +27,7 @@ FillArrays = "0.13, 1"
InfiniteArrays = "0.12"
LazyArrays = "1.1.1"
LazyBandedMatrices = "0.8.7"
-MatrixFactorizations = "0.9.6, 1"
+MatrixFactorizations = "0.9.6, 1, 2"
31
SemiseparableMatrices = "0.3"
32
julia = "1.6"
33
0 commit comments