Use MIPLearn 0.2.0.dev11

This commit is contained in:
2021-07-28 09:33:59 -05:00
parent e94296b057
commit 97b9fc9ad8

2
deps/build.jl vendored
View File

@@ -5,7 +5,7 @@ function install_miplearn()
Conda.update() Conda.update()
pip = joinpath(dirname(pyimport("sys").executable), "pip") pip = joinpath(dirname(pyimport("sys").executable), "pip")
isfile(pip) || error("$pip: invalid path") isfile(pip) || error("$pip: invalid path")
run(`$pip install miplearn==0.2.0.dev10`) run(`$pip install miplearn==0.2.0.dev11`)
end end
install_miplearn() install_miplearn()