Skip to content

Commit c0e0780

Browse files
authored
Import SparseMatrixCSC and Matrix explicitly (#80)
To suppress Julia 1.12 issue
1 parent fed0d49 commit c0e0780

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/LuxurySparse.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ module LuxurySparse
22

33
using LinearAlgebra, SparseArrays, Random
44
using StaticArrays: SVector, SMatrix, SDiagonal, SArray
5-
using SparseArrays: SparseMatrixCSC
5+
import SparseArrays: SparseMatrixCSC
66
using SparseArrays.HigherOrderFns
7+
import Base: Matrix
78
using Base: @propagate_inbounds
89
using LinearAlgebra
910
import LinearAlgebra: Diagonal

0 commit comments

Comments
 (0)