Skip to content

Commit 7b8636f

Browse files
committed
Update to MOI v1.12.0
1 parent a498d54 commit 7b8636f

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Project.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ version = "0.11.5"
77
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
88
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
99
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
10-
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
1110

1211
[compat]
13-
MathOptInterface = "1.7"
12+
MathOptInterface = "1.12"
1413
julia = "1.6"
1514

1615
[extras]

test/runtests.jl

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
# Use of this source code is governed by an MIT-style license that can be found
55
# in the LICENSE.md file or at https://opensource.org/licenses/MIT.
66

7-
import Pkg
8-
Pkg.pkg"add MathOptInterface#od/vector-optimization"
9-
107
using Gurobi
118
using Test
129

0 commit comments

Comments
 (0)