Skip to content

Commit

Permalink
CompatHelper: bump compat for "MatrixFactorizations" to "0.3" (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 20, 2020
1 parent af5c5aa commit aacf1c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ uuid = "ffab5731-97b5-5995-9138-79e8c1846df0"
version = "0.7.1"

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

[compat]
ArrayLayouts = "0.1"
BandedMatrices = "0.14"
BlockArrays = "0.11"
FillArrays = "0.8"
ArrayLayouts = "0.1"
MatrixFactorizations = "0.2"
MatrixFactorizations = "0.2, 0.3"
julia = "1.2"

0 comments on commit aacf1c1

Please sign in to comment.