Skip to content

Commit 5f39d06

Browse files
authored
MatrixFactorizations v2.0 (#141)
* MatrixFactorizations v2.0 * Update ci.yml
1 parent 24386cc commit 5f39d06

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
version:
2525
- '1.6'
2626
- '1'
27-
- '^1.9.0-0'
2827
os:
2928
- ubuntu-latest
3029
- macOS-latest

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "InfiniteLinearAlgebra"
22
uuid = "cde9dba0-b1de-11e9-2c62-0bab9446c55c"
3-
version = "0.6.19"
3+
version = "0.6.20"
44

55
[deps]
66
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -27,7 +27,7 @@ FillArrays = "0.13, 1"
2727
InfiniteArrays = "0.12"
2828
LazyArrays = "1.1.1"
2929
LazyBandedMatrices = "0.8.7"
30-
MatrixFactorizations = "0.9.6, 1"
30+
MatrixFactorizations = "0.9.6, 1, 2"
3131
SemiseparableMatrices = "0.3"
3232
julia = "1.6"
3333

0 commit comments

Comments
 (0)