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

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