We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a498d54 commit 7b8636fCopy full SHA for 7b8636f
Project.toml
@@ -7,10 +7,9 @@ version = "0.11.5"
7
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
8
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
9
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
10
-Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
11
12
[compat]
13
-MathOptInterface = "1.7"
+MathOptInterface = "1.12"
14
julia = "1.6"
15
16
[extras]
test/runtests.jl
@@ -4,9 +4,6 @@
4
# Use of this source code is governed by an MIT-style license that can be found
5
# in the LICENSE.md file or at https://opensource.org/licenses/MIT.
6
-import Pkg
-Pkg.pkg"add MathOptInterface#od/vector-optimization"
-
using Gurobi
using Test
0 commit comments