Skip to content

Commit aacf1c1

Browse files
CompatHelper: bump compat for "MatrixFactorizations" to "0.3" (#61)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent af5c5aa commit aacf1c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ uuid = "ffab5731-97b5-5995-9138-79e8c1846df0"
33
version = "0.7.1"
44

55
[deps]
6+
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
67
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
78
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
89
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
910
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
10-
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
1111
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1212
MatrixFactorizations = "a3b82374-2e81-5b9e-98ce-41277c0e4c87"
1313
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
@@ -18,9 +18,9 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1818
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1919

2020
[compat]
21+
ArrayLayouts = "0.1"
2122
BandedMatrices = "0.14"
2223
BlockArrays = "0.11"
2324
FillArrays = "0.8"
24-
ArrayLayouts = "0.1"
25-
MatrixFactorizations = "0.2"
25+
MatrixFactorizations = "0.2, 0.3"
2626
julia = "1.2"

0 commit comments

Comments
 (0)