Skip to content

Commit

Permalink
restrict KaHyPar_jll version
Browse files Browse the repository at this point in the history
  • Loading branch information
jalving committed Oct 17, 2022
1 parent f0f3c25 commit b44c704
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
@@ -1,6 +1,6 @@
name = "KaHyPar"
uuid = "2a6221f6-aa48-11e9-3542-2d9e0ef01880"
version = "0.2.0"
version = "0.2.1"

[deps]
KaHyPar_jll = "87a0c12d-51e1-52a8-b1ed-2b00825fe6a4"
Expand All @@ -9,8 +9,8 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
KaHyPar_jll = "1"
julia = "1"
KaHyPar_jll = "= 1.2.1"
julia = "1.6"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

0 comments on commit b44c704

Please sign in to comment.