Skip to content

Commit c330f8d

Browse files
goggledkarrasch
authored andcommitted
Use correct Julia version in compat annotation for symbolic LU (#34335)
1 parent f0086f5 commit c330f8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/SuiteSparse/src/umfpack.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ validity (via [`issuccess`](@ref)) lies with the user.
194194
`ComplexF64` elements, `lu!` converts `A` into a copy that is of type
195195
`SparseMatrixCSC{Float64}` or `SparseMatrixCSC{ComplexF64}` as appropriate.
196196
197-
!!! compat "Julia 1.4"
198-
`lu!` for `UmfpackLU` requires at least Julia 1.4.
197+
!!! compat "Julia 1.5"
198+
`lu!` for `UmfpackLU` requires at least Julia 1.5.
199199
200200
# Examples
201201
```jldoctest

0 commit comments

Comments
 (0)