Make compatible with MIPLearn 0.2.0

This commit is contained in:
2021-04-08 11:25:23 -05:00
parent 4af6c78026
commit 96f7243d4c
10 changed files with 449 additions and 311 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.1.0`)
run(`$pip install miplearn==0.2.0`)
end
install_miplearn()