Skip to content

Commit 5be48d3

Browse files
authored
Import deps transitively in SparseArrays extension (#179)
1 parent cfbef56 commit 5be48d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ext/ArrayLayoutsSparseArraysExt.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ module ArrayLayoutsSparseArraysExt
33
using ArrayLayouts
44
using ArrayLayouts: _copyto!
55
using SparseArrays
6-
import LinearAlgebra
6+
# Specifying the full namespace is necessary because of https://github.com/JuliaLang/julia/issues/48533
7+
# See https://github.com/JuliaStats/LogExpFunctions.jl/pull/63
8+
import ArrayLayouts.LinearAlgebra
79

810
import Base: copyto!
911

0 commit comments

Comments
 (0)