diff --git a/Project.toml b/Project.toml index 87b03f0a..4b99f9e2 100644 --- a/Project.toml +++ b/Project.toml @@ -11,9 +11,7 @@ KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c" Krylov = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7" KrylovPreconditioners = "45d422c2-293f-44ce-8315-2cb988662dec" LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3" -LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" -Metis = "2679e427-3c69-5b7f-982b-ece356f1e94b" Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" SparseDiffTools = "47a9eef4-7e08-11e9-0b38-333d64bd3804" @@ -35,9 +33,7 @@ KLU = "0.4" Krylov = "0.9" KrylovPreconditioners = "0.2" LazyArtifacts = "1.9" -LightGraphs = "1.3" LinearAlgebra = "1.9" -Metis = "1" Printf = "1.9" SparseArrays = "1.9" SparseDiffTools = "1" diff --git a/src/LinearSolvers/LinearSolvers.jl b/src/LinearSolvers/LinearSolvers.jl index 06295ef2..07911394 100644 --- a/src/LinearSolvers/LinearSolvers.jl +++ b/src/LinearSolvers/LinearSolvers.jl @@ -10,8 +10,6 @@ import Base: show using KernelAbstractions import Krylov -import LightGraphs -import Metis import ..ExaPF: xnorm