Skip to content

Commit

Permalink
Removed Gurobi from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
orhanabar committed Feb 16, 2019
1 parent a7344f6 commit dce0733
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 25 deletions.
24 changes: 0 additions & 24 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,6 @@ version = "0.5.0"
deps = ["Random"]
uuid = "9fa8497b-333b-5362-9e8d-4d0656e87820"

[[Gurobi]]
deps = ["Compat", "Libdl", "LinQuadOptInterface", "MathProgBase"]
git-tree-sha1 = "6a63bfdda26c58edbc04d5334901109e0ce739e7"
uuid = "2e9cd046-0924-5485-92f1-d5272153d98b"
version = "0.5.9"

[[HTTP]]
deps = ["Base64", "Dates", "Distributed", "IniFile", "MbedTLS", "Sockets", "Test"]
git-tree-sha1 = "b881f69331e85642be315c63d05ed65d6fc8a05b"
Expand Down Expand Up @@ -180,12 +174,6 @@ git-tree-sha1 = "c7222c370d5cf6d4e08ae40bddd8c0db6852dfb1"
uuid = "093fc24a-ae57-5d10-9952-331d41423f4d"
version = "1.2.0"

[[LinQuadOptInterface]]
deps = ["Compat", "MathOptInterface"]
git-tree-sha1 = "d6692a09d0424e34c884cd819b8ed47943eefc20"
uuid = "f8899e07-120b-5979-ab1d-7b97bb9e1a48"
version = "0.6.0"

[[LinearAlgebra]]
deps = ["Libdl"]
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -203,18 +191,6 @@ version = "0.4.4"
deps = ["Base64"]
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"

[[MathOptInterface]]
deps = ["Compat", "Unicode"]
git-tree-sha1 = "e3c7fb842078f5cd9a21ecb911dc59a4282e3d01"
uuid = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
version = "0.8.2"

[[MathProgBase]]
deps = ["Compat"]
git-tree-sha1 = "3bf2e534e635df810e5f4b4f1a8b6de9004a0d53"
uuid = "fdba3010-5040-5b88-9595-932c9decdf73"
version = "0.7.7"

[[MbedTLS]]
deps = ["BinaryProvider", "Dates", "Libdl", "Random", "Sockets", "Test"]
git-tree-sha1 = "40b4a9149f0967714991328b8155c9ff5f91e755"
Expand Down
1 change: 0 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Gurobi = "2e9cd046-0924-5485-92f1-d5272153d98b"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
Expand Down
14 changes: 14 additions & 0 deletions examples/Notebooks/Optimization Package Example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,20 @@
"execution_count": 7,
"metadata": {},
"output_type": "execute_result"
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"┌ Info: Closed (0): 💀 8↑ 8↓🔒 313s 127.0.0.1:8156:8156 ≣16\n",
"└ @ HTTP.Servers /Users/orhanabar/.julia/packages/HTTP/YjRCz/src/Servers.jl:351\n",
"┌ Info: Closed (3): 💀 8↑ 8↓🔒 313s 127.0.0.1:8156:8156 ≣16\n",
"└ @ HTTP.Servers /Users/orhanabar/.julia/packages/HTTP/YjRCz/src/Servers.jl:351\n",
"┌ Info: Closed (2): 💀 5↑ 5↓🔒 313s 127.0.0.1:8156:8156 ≣16\n",
"└ @ HTTP.Servers /Users/orhanabar/.julia/packages/HTTP/YjRCz/src/Servers.jl:351\n",
"┌ Info: Closed (1): 💀 5↑ 5↓🔒 313s 127.0.0.1:8156:8156 ≣16\n",
"└ @ HTTP.Servers /Users/orhanabar/.julia/packages/HTTP/YjRCz/src/Servers.jl:351\n"
]
}
],
"source": [
Expand Down

0 comments on commit dce0733

Please sign in to comment.