Skip to content

Commit

Permalink
remove dep (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
matbesancon authored Nov 13, 2024
1 parent 2a679d8 commit 5a015e0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
MathOptSetDistances = "3b969827-a86c-476c-9527-bb6f1a8fbad5"

[compat]
Arpack = "0.5"
Expand Down
1 change: 0 additions & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Tullio = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc"
ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"
MathOptSetDistances = "3b969827-a86c-476c-9527-bb6f1a8fbad5"

[compat]
Documenter = "0.27"
Expand Down
2 changes: 0 additions & 2 deletions src/FrankWolfe.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ import MathOptInterface
const MOI = MathOptInterface
const MOIU = MOI.Utilities

import MathOptSetDistances as MOD

# for Birkhoff polytope LMO
import Hungarian

Expand Down

0 comments on commit 5a015e0

Please sign in to comment.