Skip to content

Commit

Permalink
Bump minimum MOI version (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Sep 29, 2021
1 parent 5afa8ae commit eb6ec27
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
BinaryProvider = "0.5.9"
CEnum = "0.3, 0.4"
Clp_jll = "=1.17.6, ~100.1700.600"
MathOptInterface = "0.10.0"
MathOptInterface = "0.10.3"
julia = "1"

[extras]
Expand Down
3 changes: 0 additions & 3 deletions test/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ function test_runtests()
exclude = Any[MOI.DualObjectiveValue, MOI.ObjectiveBound],
),
exclude = [
# TODO(odow): bug in Clp.jl
"test_model_copy_to_UnsupportedAttribute",
"test_model_ModelFilter_AbstractConstraintAttribute",
# Unable to prove infeasibility
"test_conic_NormInfinityCone_INFEASIBLE",
"test_conic_NormOneCone_INFEASIBLE",
Expand Down

2 comments on commit eb6ec27

@odow
Copy link
Member Author

@odow odow commented on eb6ec27 Sep 29, 2021

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/45783

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 the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.9.0 -m "<description of version>" eb6ec27e1207593d98671dbdc2b429d3f2961d47
git push origin v0.9.0

Please sign in to comment.