@@ -12,6 +12,7 @@ MemPool = "f9f48841-c794-520a-933b-121f7ba6ed94"
1212OnlineStats = " a15396b6-48d5-5d58-9928-6d29437db91e"
1313PrecompileTools = " aea7be01-6a6a-4083-8856-8a6e6704d82a"
1414Profile = " 9abbd945-dff8-562f-b5e8-e1ebf5ef1b79"
15+ ProgressMeter = " 92933f4c-e287-5a05-a399-4b506db050ca"
1516Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1617Requires = " ae029012-a4dd-5104-9daa-d747884805df"
1718ScopedValues = " 7e506255-f358-4e82-b7e4-beb19740aa63"
@@ -20,9 +21,21 @@ SharedArrays = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
2021SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
2122Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2223StatsBase = " 2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
24+ TaskLocalValues = " ed4db957-447d-4319-bfb6-7fa9ae7ecf34"
2325TimespanLogging = " a526e669-04d3-4846-9525-c66122c55f63"
2426UUIDs = " cf7118a7-6976-5b1a-9a39-7adc72f591a4"
2527
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+
2639[compat ]
2740DataStructures = " 0.18"
2841Graphs = " 1"
@@ -34,22 +47,12 @@ Requires = "1"
3447ScopedValues = " 1.1"
3548Statistics = " 1"
3649StatsBase = " 0.28, 0.29, 0.30, 0.31, 0.32, 0.33, 0.34"
50+ TaskLocalValues = " 0.1"
3751TimespanLogging = " 0.1"
3852julia = " 1.8"
3953
40- [extensions ]
41- GraphVizSimpleExt = " Colors"
42- GraphVizExt = " GraphViz"
43- PlotsExt = [" DataFrames" , " Plots" ]
44-
4554[extras ]
4655Colors = " 5ae59095-9a9b-59fe-a467-6f913c188581"
4756DataFrames = " a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
4857GraphViz = " f526b714-d49f-11e8-06ff-31ed36ee7ee0"
4958Plots = " 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