We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b05f3a commit 403f622Copy full SHA for 403f622
Project.toml
@@ -1,7 +1,7 @@
1
name = "PiecewiseLinearOpt"
2
uuid = "0f51c51e-adfa-5141-8a04-d40246b8977c"
3
repo = "https://github.com/joehuchette/PiecewiseLinearOpt.jl.git"
4
-version = "0.4.1"
+version = "0.4.2"
5
6
[deps]
7
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
@@ -10,7 +10,8 @@ MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
10
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
11
12
[compat]
13
-JuMP = "0.23"
+Cbc = "1"
14
+JuMP = "0.23, 1"
15
MathOptInterface = "1"
16
julia = "1.6"
17
0 commit comments