diff --git a/deps/build.jl b/deps/build.jl index 3be992f..8c6cd1e 100644 --- a/deps/build.jl +++ b/deps/build.jl @@ -5,7 +5,7 @@ function install_miplearn() Conda.update() pip = joinpath(dirname(pyimport("sys").executable), "pip") isfile(pip) || error("$pip: invalid path") - run(`$pip install miplearn==0.3.0`) + run(`$pip install miplearn==0.4.0`) end install_miplearn()