Skip to content

Commit

Permalink
Remove LightGraphs and Metis (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison authored Dec 7, 2023
1 parent 9b455e6 commit 0ce95bc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
2 changes: 0 additions & 2 deletions src/LinearSolvers/LinearSolvers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import Base: show

using KernelAbstractions
import Krylov
import LightGraphs
import Metis

import ..ExaPF: xnorm

Expand Down

0 comments on commit 0ce95bc

Please sign in to comment.