Browse Source

Project update.

pull/35/head
termi-official 9 months ago
parent
commit
822e6f2008
  1. 5
      Project.toml

5
Project.toml

@ -15,14 +15,15 @@ SparseMatricesCSR = "a0a7dd2c-ebf4-11e9-1f05-cf50bc540ca1"
[compat] [compat]
CEnum = "0.4" CEnum = "0.4"
LinearAlgebra = "1" LinearAlgebra = "1"
LinearSolve = "3"
MPI = "0.19, 0.20" MPI = "0.19, 0.20"
PartitionedArrays = "0.2" PartitionedArrays = "0.2"
SparseMatricesCSR = "0.6" SparseMatricesCSR = "0.6"
julia = "1.6" julia = "1.6"
[extras] [extras]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets] [targets]
test = ["LinearAlgebra", "Test"] test = ["LinearSolve", "Test"]

Loading…
Cancel
Save