Skip to content

Commit

Permalink
add LinearOperator deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tmigot committed Oct 26, 2020
1 parent 768af78 commit 5734794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stopping.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ the Stopping to reuse for another call.
"""
module Stopping

using LinearAlgebra, DataFrames, NLPModels
using LinearAlgebra, LinearOperators, DataFrames, NLPModels

const Iterate = Union{Number, AbstractVector, Nothing}
const FloatVoid = Union{Number, Nothing}
Expand Down

0 comments on commit 5734794

Please sign in to comment.