Skip to content

Commit 2053348

Browse files
LinearAlgebra
1 parent 76072cb commit 2053348

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ version = "5.0.8"
55
[deps]
66
ArrayInterfaceCore = "30b0a656-2188-435a-8636-2ec0e6a096e2"
77
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
8+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
89
IfElse = "615f187c-cbe4-4ef1-ba3b-2fcf58d6d173"
910
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
1011

src/ArrayInterface.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ using Base: @propagate_inbounds, tail, OneTo, LogicalIndex, Slice, ReinterpretAr
2727
ReshapedArray, AbstractCartesianIndex
2828

2929
using Base.Iterators: Pairs
30+
using LinearAlgebra
3031

3132
import Compat
3233

0 commit comments

Comments
 (0)