Skip to content

Commit

Permalink
removed stray import
Browse files Browse the repository at this point in the history
  • Loading branch information
dannytse committed Jan 5, 2025
1 parent bee48bc commit dc53cda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
GenericLinearAlgebra = "14197337-ba66-59df-a3e3-ca00e7dcff7a"
HSL = "34c5aeac-e683-54a6-a0e9-6e0fdc586c50"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LimitedLDLFactorizations = "f5a24dde-3ab7-510b-b81b-6a72c6098d3b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
Pardiso = "46dd5b70-b6fb-5a00-ae2d-e8fea33afaf2"
Expand Down
3 changes: 1 addition & 2 deletions src/Clarabel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ __precompile__()
module Clarabel

using SparseArrays, LinearAlgebra, Printf, Requires
using LimitedLDLFactorizations # for lldl
using CUDA, CUDA.CUBLAS # for GPU implementation
const DefaultFloat = Float64
const DefaultInt = Int64
Expand Down Expand Up @@ -138,4 +137,4 @@ module Clarabel
end
__precompile_printfcns()

end #end module
end #end module

0 comments on commit dc53cda

Please sign in to comment.