mirror of
https://github.com/ANL-CEEESA/MIPLearn.jl.git
synced 2025-12-06 00:18:51 -06:00
Use MIPLearn 0.2.0.dev11
This commit is contained in:
2
deps/build.jl
vendored
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.2.0.dev10`)
|
||||
run(`$pip install miplearn==0.2.0.dev11`)
|
||||
end
|
||||
|
||||
install_miplearn()
|
||||
|
||||
Reference in New Issue
Block a user