Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Oct 18, 2023
1 parent 34e9c36 commit 115e727
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
name = "LimitedLDLFactorizations"
uuid = "f5a24dde-3ab7-510b-b81b-6a72c6098d3b"
version = "0.5.0"
version = "0.5.1"

[deps]
AMD = "14f7f29c-3bd6-536c-9a0b-7339e30b5a3e"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
AMD = "0.4, 0.5"
AMD = "0.5.3"
julia = "^1.6.0"

[extras]
AMD = "14f7f29c-3bd6-536c-9a0b-7339e30b5a3e"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Metis = "2679e427-3c69-5b7f-982b-ece356f1e94b"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["AMD", "Metis", "LinearAlgebra", "SparseArrays", "Test"]
test = ["Metis", "Test"]

0 comments on commit 115e727

Please sign in to comment.