Skip to content

Commit

Permalink
Switch dependency from DataStructures to OrderedCollections
Browse files Browse the repository at this point in the history
  • Loading branch information
mtanneau committed Oct 25, 2019
1 parent dbe27f1 commit 742d4c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ authors = ["Mathieu Tanneau <mathieu.tanneau@gmail.com>"]
version = "0.1.1"

[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
MathOptInterface = "~0.9.5"
OrderedCollections = "1"
julia = "1"

[extras]
Expand Down
2 changes: 1 addition & 1 deletion src/Model/Model.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import DataStructures:
import OrderedCollections:
OrderedSet, OrderedDict

"""
Expand Down

0 comments on commit 742d4c5

Please sign in to comment.