Skip to content

Commit

Permalink
Allow all versions of JuMP that work with MOI
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison authored and dpo committed Mar 8, 2020
1 parent 267c0fe commit e1ec5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
JuMP = "0.21"
JuMP = "0.19, 0.20, 0.21"
MathOptInterface = "0.9"
NLPModels = "0.12"
julia = "^1.3"
Expand Down

2 comments on commit e1ec5e9

@dpo
Copy link
Member

@dpo dpo commented on e1ec5e9 Mar 8, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/10713

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.6.0 -m "<description of version>" e1ec5e95405983af02be0a4ff0e1e453dddc2bad
git push origin v0.6.0

Please sign in to comment.