Bump to MIPLearn 0.4.2

This commit is contained in:
2024-12-10 11:47:26 -06:00
parent e5a2550c21
commit a5a3690bb6
2 changed files with 2 additions and 2 deletions

View File

@@ -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
View File

@@ -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()