mirror of
https://github.com/ANL-CEEESA/MIPLearn.jl.git
synced 2025-12-06 00:18:51 -06:00
Bump to MIPLearn 0.4.2
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name = "MIPLearn"
|
name = "MIPLearn"
|
||||||
uuid = "2b1277c3-b477-4c49-a15e-7ba350325c68"
|
uuid = "2b1277c3-b477-4c49-a15e-7ba350325c68"
|
||||||
authors = ["Alinson S Xavier <git@axavier.org>"]
|
authors = ["Alinson S Xavier <git@axavier.org>"]
|
||||||
version = "0.4.0"
|
version = "0.4.2"
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
|
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
|
||||||
|
|||||||
2
deps/build.jl
vendored
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.4.1`)
|
run(`$pip install miplearn==0.4.2`)
|
||||||
end
|
end
|
||||||
|
|
||||||
install_miplearn()
|
install_miplearn()
|
||||||
|
|||||||
Reference in New Issue
Block a user