Skip to content

Commit

Permalink
fix compat bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
rayegun committed Nov 12, 2023
1 parent 8baf44c commit 5e3848b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SparseArraysExt = "SparseArrays"

[compat]
CIndices = "0.3 - 0"
DocStringExtensions = "0.8 - 0"
MPI = "0.20 - 0"
CIndices = "0.3"
DocStringExtensions = "0.8"
MPI = "0.20"
MatrixMarket = "0.5"
SparseBase = "0.4 - 0"
SparseBase = "0.4"
SuperLUBase = "0.3"
SuperLU_DIST_jll = "8.0.0"
julia = "1.7"
Preferencces = "1"

[extras]
MatrixMarket = "4d4711f2-db25-561a-b6b3-d35e7d4047d3"
Expand Down

0 comments on commit 5e3848b

Please sign in to comment.