Skip to content

Commit

Permalink
Merge pull request #91 from JuliaSparse/kc/mkl_compat
Browse files Browse the repository at this point in the history
bump MKL compat
  • Loading branch information
ViralBShah authored Feb 14, 2024
2 parents 692d5d5 + 645d3b8 commit a43a6e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Pardiso"
uuid = "46dd5b70-b6fb-5a00-ae2d-e8fea33afaf2"
repo = "https://github.com/JuliaSparse/Pardiso.jl.git"
version = "0.5.4"
version = "0.5.5"

[deps]
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Expand All @@ -10,7 +10,7 @@ MKL_jll = "856f044c-d86e-5d09-b602-aeab76dc8ba7"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
MKL_jll = "2021, 2022"
MKL_jll = "2021, 2022, 2023, 2024"
julia = "1.6"

[extras]
Expand Down

0 comments on commit a43a6e4

Please sign in to comment.