Skip to content

Commit 403f622

Browse files
authored
Bump compat to JuMP 1.0 (#47)
1 parent 4b05f3a commit 403f622

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Project.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "PiecewiseLinearOpt"
22
uuid = "0f51c51e-adfa-5141-8a04-d40246b8977c"
33
repo = "https://github.com/joehuchette/PiecewiseLinearOpt.jl.git"
4-
version = "0.4.1"
4+
version = "0.4.2"
55

66
[deps]
77
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
@@ -10,7 +10,8 @@ MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
1010
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1111

1212
[compat]
13-
JuMP = "0.23"
13+
Cbc = "1"
14+
JuMP = "0.23, 1"
1415
MathOptInterface = "1"
1516
julia = "1.6"
1617

0 commit comments

Comments
 (0)