From a951c40eefdfc4de8e90855b8af410240c14cdd8 Mon Sep 17 00:00:00 2001 From: odow Date: Wed, 29 Sep 2021 17:54:43 +1300 Subject: [PATCH] Bump minimum MOI version --- Project.toml | 2 +- test/MOI_wrapper.jl | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 221d50a..006f4f4 100644 --- a/Project.toml +++ b/Project.toml @@ -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] diff --git a/test/MOI_wrapper.jl b/test/MOI_wrapper.jl index 6639f71..52534da 100644 --- a/test/MOI_wrapper.jl +++ b/test/MOI_wrapper.jl @@ -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",