diff --git a/Project.toml b/Project.toml index 4debaa0..15299ec 100644 --- a/Project.toml +++ b/Project.toml @@ -11,6 +11,7 @@ DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab" Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b" Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" +Glob = "c27321d9-0574-5035-807b-f59d2c89b15c" GZip = "92fee26a-97fe-5a0c-ad85-20a5f3185b63" JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" JuMP = "4076af6c-e467-56ae-b986-b466b2749572" @@ -21,6 +22,7 @@ PackageCompiler = "9b87118b-4619-50d2-8e1e-99f35a4d4d9d" Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" +Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f" MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195" @@ -30,11 +32,13 @@ DataFrames = "1.5" DataStructures = "0.18" DelimitedFiles = "1.6" Distributions = "0.25" +Glob = "1.3" GZip = "0.5" JSON = "0.21" JuMP = "1" MathOptInterface = "1" MPI = "0.20" PackageCompiler = "1" +Statistics = "1.6" julia = "1" TimerOutputs = "0.5" \ No newline at end of file