Remove obsolete methods

This commit is contained in:
2021-05-18 09:42:10 -05:00
parent e9fbf4a3c7
commit b5c45966d3
4 changed files with 133 additions and 364 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.2.0.dev5`)
run(`$pip install miplearn==0.2.0.dev6`)
end
install_miplearn()