build.jl: Use 0.2.0.dev2

This commit is contained in:
2021-04-09 08:32:27 -05:00
parent 8db6da19a8
commit 138e06b755

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.dev1`) run(`$pip install miplearn==0.2.0.dev2`)
end end
install_miplearn() install_miplearn()