Skip to content

Commit 4ef8597

Browse files
committed
improve bound
1 parent a4cfbed commit 4ef8597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ArrayInterfaceCore/src/ArrayInterfaceCore.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ function lu_instance(A::Matrix{T}) where {T}
453453
return LU{luT}(similar(A, 0, 0), ipiv, info)
454454
end
455455
function lu_instance(jac_prototype::SparseMatrixCSC)
456-
@static if VERSION < v"1.9"
456+
@static if VERSION < v"1.9.0-DEV.1622"
457457
SuiteSparse.UMFPACK.UmfpackLU(
458458
Ptr{Cvoid}(),
459459
Ptr{Cvoid}(),

0 commit comments

Comments
 (0)