We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3fd2b33 + 88aa045 commit ee4ff5bCopy full SHA for ee4ff5b
Project.toml
@@ -8,14 +8,15 @@ Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
8
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
9
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
10
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
11
+OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
12
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
13
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
14
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
-OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
15
16
[compat]
17
DataFrames = "1.3"
18
JuMP = "1.3"
19
+OrderedCollections = "1"
20
PrettyTables = "1.3, 2"
21
StatsBase = "0.33, 0.34"
22
julia = "1.6"
0 commit comments