Skip to content

Commit

Permalink
drop requirement on Knitro.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Hua-Zhou committed Mar 26, 2017
1 parent b2d6c81 commit a9327f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ julia 0.4
Compat
MathProgBase
Ipopt
KNITRO
2 changes: 1 addition & 1 deletion src/VarianceComponentModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module VarianceComponentModels
using Compat
import Compat.view

using MathProgBase, Ipopt, KNITRO#, Mosek#, Gurobi
using MathProgBase, Ipopt#, KNITRO#, Mosek#, Gurobi
import Base: eltype, length, size, mean, mean!, cov, +
export VarianceComponentModel, VarianceComponentVariate,
TwoVarCompModelRotate, TwoVarCompVariateRotate, VarianceComponentAuxData,
Expand Down

0 comments on commit a9327f1

Please sign in to comment.