Bump to MIPLearn 0.4.2

dev
Alinson S. Xavier 10 months ago
parent e5a2550c21
commit a5a3690bb6

@ -1,7 +1,7 @@
name = "MIPLearn"
uuid = "2b1277c3-b477-4c49-a15e-7ba350325c68"
authors = ["Alinson S Xavier <git@axavier.org>"]
version = "0.4.0"
version = "0.4.2"
[deps]
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"

2
deps/build.jl vendored

@ -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.4.1`)
run(`$pip install miplearn==0.4.2`)
end
install_miplearn()

Loading…
Cancel
Save