Skip to content

Commit 7e2ae2e

Browse files
committed
Support BandedMatrices/LazyArrays 0.12
1 parent 74aa788 commit 7e2ae2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ MatrixFactorizations = "a3b82374-2e81-5b9e-98ce-41277c0e4c87"
1414

1515

1616
[compat]
17-
BandedMatrices = "0.11.2"
17+
BandedMatrices = "0.11.2,0.12"
1818
BlockArrays = "0.10"
1919
BlockBandedMatrices = "0.5.1"
2020
FillArrays = "0.7"
2121
InfiniteArrays = "0.2"
22-
LazyArrays = "0.11.1"
22+
LazyArrays = "0.11.1,0.12"
2323
MatrixFactorizations = "0.2"
2424
julia = "1"
2525

0 commit comments

Comments
 (0)