Skip to content

Commit

Permalink
Use LinearAlgebra
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Jul 24, 2024
1 parent 74025d7 commit 569b1b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ version = "1.0.3"

[deps]
Clp_jll = "06985876-5285-5a41-9fcb-8948a742cc53"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
OpenBLAS32_jll = "656ef2d0-ae68-5445-9ca0-591084a874a2"

[compat]
Clp_jll = "=100.1700.601, =100.1700.700, =100.1700.900"
MathOptInterface = "1.1"
OpenBLAS32_jll = "0.3.10"
LinearAlgebra = "1.6"
julia = "1.6"

[extras]
Expand Down
1 change: 1 addition & 0 deletions src/Clp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module Clp

import Clp_jll
import MathOptInterface as MOI
import LinearAlgebra
import OpenBLAS32_jll

function __init__()
Expand Down

0 comments on commit 569b1b9

Please sign in to comment.