We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5a2550 commit a5a3690Copy full SHA for a5a3690
Project.toml
@@ -1,7 +1,7 @@
1
name = "MIPLearn"
2
uuid = "2b1277c3-b477-4c49-a15e-7ba350325c68"
3
authors = ["Alinson S Xavier <git@axavier.org>"]
4
-version = "0.4.0"
+version = "0.4.2"
5
6
[deps]
7
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
deps/build.jl
@@ -5,7 +5,7 @@ function install_miplearn()
Conda.update()
pip = joinpath(dirname(pyimport("sys").executable), "pip")
isfile(pip) || error("$pip: invalid path")
8
- run(`$pip install miplearn==0.4.1`)
+ run(`$pip install miplearn==0.4.2`)
9
end
10
11
install_miplearn()
0 commit comments