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