Skip to content

Commit

Permalink
Update for the dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwenchen95 committed Aug 1, 2024
1 parent 1b3d799 commit 1cf3487
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ version = "0.9.0"
[deps]
AMD = "14f7f29c-3bd6-536c-9a0b-7339e30b5a3e"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
# ClarabelBenchmarks = "086be79b-982c-4ee0-9f3a-5052a7be4b8e"
# ClarabelRs = "a0c58a0a-712c-48b7-9fd4-64369ecb2011"
ClarabelBenchmarks = "086be79b-982c-4ee0-9f3a-5052a7be4b8e"
ClarabelRs = "a0c58a0a-712c-48b7-9fd4-64369ecb2011"
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
Krylov = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
LimitedLDLFactorizations = "f5a24dde-3ab7-510b-b81b-6a72c6098d3b"
Expand Down
1 change: 1 addition & 0 deletions src/Clarabel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module Clarabel

using SparseArrays, LinearAlgebra, Printf, Requires
using LimitedLDLFactorizations # for lldl
using CUDA, CUDA.CUBLAS # for GPU implementation
const DefaultFloat = Float64
const DefaultInt = LinearAlgebra.BlasInt

Expand Down

0 comments on commit 1cf3487

Please sign in to comment.