Skip to content

Commit 8803bcb

Browse files
authored
Add support for JuMP 1.0
1 parent fd366da commit 8803bcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Pavito"
22
uuid = "cd433a01-47d1-575d-afb7-6db927ee8d8f"
33
repo = "https://github.com/jump-dev/Pavito.jl.git"
4-
version = "0.3.4"
4+
version = "0.3.5"
55

66
[deps]
77
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
@@ -11,7 +11,7 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
1111
Cbc = "0.9, 1"
1212
GLPK = "0.15, 1"
1313
Ipopt = "0.8, 0.9, 1"
14-
JuMP = "0.22, 0.23"
14+
JuMP = "0.22, 0.23, 1"
1515
MINLPTests = "0.5"
1616
MathOptInterface = "0.10.3, 1"
1717
julia = "1.6"

0 commit comments

Comments
 (0)