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