@@ -12,6 +12,7 @@ MemPool = "f9f48841-c794-520a-933b-121f7ba6ed94"
12
12
OnlineStats = " a15396b6-48d5-5d58-9928-6d29437db91e"
13
13
PrecompileTools = " aea7be01-6a6a-4083-8856-8a6e6704d82a"
14
14
Profile = " 9abbd945-dff8-562f-b5e8-e1ebf5ef1b79"
15
+ ProgressMeter = " 92933f4c-e287-5a05-a399-4b506db050ca"
15
16
Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
16
17
Requires = " ae029012-a4dd-5104-9daa-d747884805df"
17
18
ScopedValues = " 7e506255-f358-4e82-b7e4-beb19740aa63"
@@ -20,9 +21,21 @@ SharedArrays = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
20
21
SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
21
22
Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
22
23
StatsBase = " 2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
24
+ TaskLocalValues = " ed4db957-447d-4319-bfb6-7fa9ae7ecf34"
23
25
TimespanLogging = " a526e669-04d3-4846-9525-c66122c55f63"
24
26
UUIDs = " cf7118a7-6976-5b1a-9a39-7adc72f591a4"
25
27
28
+ [weakdeps ]
29
+ Colors = " 5ae59095-9a9b-59fe-a467-6f913c188581"
30
+ DataFrames = " a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
31
+ GraphViz = " f526b714-d49f-11e8-06ff-31ed36ee7ee0"
32
+ Plots = " 91a5bcdd-55d7-5caf-9e0b-520d859cae80"
33
+
34
+ [extensions ]
35
+ GraphVizExt = " GraphViz"
36
+ GraphVizSimpleExt = " Colors"
37
+ PlotsExt = [" DataFrames" , " Plots" ]
38
+
26
39
[compat ]
27
40
DataStructures = " 0.18"
28
41
Graphs = " 1"
@@ -34,22 +47,12 @@ Requires = "1"
34
47
ScopedValues = " 1.1"
35
48
Statistics = " 1"
36
49
StatsBase = " 0.28, 0.29, 0.30, 0.31, 0.32, 0.33, 0.34"
50
+ TaskLocalValues = " 0.1"
37
51
TimespanLogging = " 0.1"
38
52
julia = " 1.8"
39
53
40
- [extensions ]
41
- GraphVizSimpleExt = " Colors"
42
- GraphVizExt = " GraphViz"
43
- PlotsExt = [" DataFrames" , " Plots" ]
44
-
45
54
[extras ]
46
55
Colors = " 5ae59095-9a9b-59fe-a467-6f913c188581"
47
56
DataFrames = " a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
48
57
GraphViz = " f526b714-d49f-11e8-06ff-31ed36ee7ee0"
49
58
Plots = " 91a5bcdd-55d7-5caf-9e0b-520d859cae80"
50
-
51
- [weakdeps ]
52
- Colors = " 5ae59095-9a9b-59fe-a467-6f913c188581"
53
- DataFrames = " a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
54
- GraphViz = " f526b714-d49f-11e8-06ff-31ed36ee7ee0"
55
- Plots = " 91a5bcdd-55d7-5caf-9e0b-520d859cae80"
0 commit comments