Skip to content

Commit

Permalink
Update compat for MOI v1 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Mar 4, 2022
1 parent fa86611 commit d188ce3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Project.toml
@@ -1,18 +1,18 @@
name = "Pavito"
uuid = "cd433a01-47d1-575d-afb7-6db927ee8d8f"
repo = "https://github.com/jump-dev/Pavito.jl.git"
version = "0.3.3"
version = "0.3.4"

[deps]
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"

[compat]
GLPK = "0.15"
Ipopt = "0.8"
JuMP = "0.22"
MathOptInterface = "0.10.3"
GLPK = "0.15, 1"
Ipopt = "0.8, 0.9, 1"
JuMP = "0.22, 0.23"
MINLPTests = "0.5"
MathOptInterface = "0.10.3, 1"
julia = "1.6"

[extras]
Expand Down

0 comments on commit d188ce3

Please sign in to comment.