@@ -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"
@@ -23,6 +24,17 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
2324TimespanLogging = " a526e669-04d3-4846-9525-c66122c55f63"
2425UUIDs = " cf7118a7-6976-5b1a-9a39-7adc72f591a4"
2526
27+ [weakdeps ]
28+ Colors = " 5ae59095-9a9b-59fe-a467-6f913c188581"
29+ DataFrames = " a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
30+ GraphViz = " f526b714-d49f-11e8-06ff-31ed36ee7ee0"
31+ Plots = " 91a5bcdd-55d7-5caf-9e0b-520d859cae80"
32+
33+ [extensions ]
34+ GraphVizExt = " GraphViz"
35+ GraphVizSimpleExt = " Colors"
36+ PlotsExt = [" DataFrames" , " Plots" ]
37+
2638[compat ]
2739DataStructures = " 0.18"
2840Graphs = " 1"
@@ -37,19 +49,8 @@ StatsBase = "0.28, 0.29, 0.30, 0.31, 0.32, 0.33, 0.34"
3749TimespanLogging = " 0.1"
3850julia = " 1.8"
3951
40- [extensions ]
41- GraphVizSimpleExt = " Colors"
42- GraphVizExt = " GraphViz"
43- PlotsExt = [" DataFrames" , " Plots" ]
44-
4552[extras ]
4653Colors = " 5ae59095-9a9b-59fe-a467-6f913c188581"
4754DataFrames = " a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
4855GraphViz = " f526b714-d49f-11e8-06ff-31ed36ee7ee0"
4956Plots = " 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