build.jl: Update MIPLearn version

master
Alinson S. Xavier 2 years ago
parent d6025c5f4a
commit f5512a4aea
Signed by: isoron
GPG Key ID: 0DA8E4B9E1109DCA

@ -8,7 +8,7 @@
</a> </a>
</p> </p>
**MIPLearn** is an extensible open-source framework for solving discrete optimization problems using a combination of Mixed-Integer Linear Programming (MIP) and Machine Learning (ML). See the [main repository](https://github.com/ANL-CEEESA/MIPLearn) for more information. This repository holds an experimental Julia interface for the package. **MIPLearn** is an extensible open-source framework for solving discrete optimization problems using a combination of Mixed-Integer Linear Programming (MIP) and Machine Learning (ML). See the [main repository](https://github.com/ANL-CEEESA/MIPLearn) for more information. This repository holds the Julia interface for the package.
[miplearn]: https://github.com/ANL-CEEESA/MIPLearn [miplearn]: https://github.com/ANL-CEEESA/MIPLearn

2
deps/build.jl vendored

@ -5,7 +5,7 @@ function install_miplearn()
Conda.update() Conda.update()
pip = joinpath(dirname(pyimport("sys").executable), "pip") pip = joinpath(dirname(pyimport("sys").executable), "pip")
isfile(pip) || error("$pip: invalid path") isfile(pip) || error("$pip: invalid path")
run(`$pip install miplearn==0.3.0.dev1`) run(`$pip install miplearn==0.3.0`)
end end
install_miplearn() install_miplearn()

Loading…
Cancel
Save