Skip to content

Commit 569b1b9

Browse files
committed
Use LinearAlgebra
1 parent 74025d7 commit 569b1b9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Project.toml

+2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ version = "1.0.3"
55

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

1112
[compat]
1213
Clp_jll = "=100.1700.601, =100.1700.700, =100.1700.900"
1314
MathOptInterface = "1.1"
1415
OpenBLAS32_jll = "0.3.10"
16+
LinearAlgebra = "1.6"
1517
julia = "1.6"
1618

1719
[extras]

src/Clp.jl

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ module Clp
77

88
import Clp_jll
99
import MathOptInterface as MOI
10+
import LinearAlgebra
1011
import OpenBLAS32_jll
1112

1213
function __init__()

0 commit comments

Comments
 (0)