@@ -26,54 +26,56 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
2626TabularDisplay = " 3eeacb1d-13c2-54cc-9b18-30c86af3cadb"
2727ThreadsX = " ac1d9e8a-700a-412c-b207-f0111f4b6c0d"
2828
29+ [weakdeps ]
30+ GraphMakie = " 1ecd5474-83a3-4783-bb4f-06765db800d2"
31+ GraphRecipes = " bd48cda9-67a9-57be-86fa-5b3c104eda73"
32+ Plots = " 91a5bcdd-55d7-5caf-9e0b-520d859cae80"
33+ TikzGraphs = " b4f28e30-c73f-5eaf-a395-8a9db949a742"
34+
35+ [extensions ]
36+ GraphMakieExt = " GraphMakie"
37+ GraphRecipesExt = [" GraphRecipes" , " Plots" ]
38+ TikzGraphsExt = " TikzGraphs"
39+
2940[compat ]
3041Combinatorics = " 1.0"
3142DelimitedFiles = " 1.6, 1.7, 1.8, 1.9"
3243Distances = " 0.8, 0.9, 0.10"
3344Distributions = " 0.22, 0.23, 0.24, 0.25"
3445GraphMakie = " 0.5"
3546GraphRecipes = " 0.5"
36- Graphs = " 1.5, 1.6, 1.7, 1.8, 1.9"
37- LRUCache = " 1.4, 1.5"
47+ Graphs = " 1.5, 1.6, 1.7, 1.8, 1.9, 1.10, 1.11, 1.12 "
48+ LRUCache = " 1.4, 1.5, 1.6 "
3849LinearAlgebra = " 1"
3950LinkedLists = " 0.1"
4051LogarithmicNumbers = " 1.4"
4152Memoization = " 0.2"
42- MetaGraphs = " 0.7"
53+ MetaGraphs = " 0.7, 0.8 "
4354NearestNeighbors = " 0.4"
44- OffsetArrays = " 1.12"
55+ OffsetArrays = " 1.12, 1.13, 1.14"
56+ OrderedCollections = " 1.7.0"
4557Plots = " 1"
4658PrecompileTools = " 1.1, 1.2"
47- ProgressMeter = " 1.9"
59+ ProgressMeter = " 1.9, 1.10 "
4860Random = " 1"
4961Requires = " 1.3"
50- SpecialFunctions = " 1.8, 2.0, 2.1, 2.2, 2.3"
62+ SpecialFunctions = " 1.8, 2.0, 2.1, 2.2, 2.3, 2.4 "
5163Statistics = " 1"
52- Tables = " 1.6, 1.7, 1.8, 1.9, 1.10, 1.11"
64+ Tables = " 1.6, 1.7, 1.8, 1.9, 1.10, 1.11, 1.12 "
5365TabularDisplay = " 1.2"
5466ThreadsX = " 0.1"
5567TikzGraphs = " 1.3, 1.4"
5668julia = " 1.6, 1.7, 1.8, 1.9, 1.10"
5769
58- [extensions ]
59- GraphMakieExt = " GraphMakie"
60- GraphRecipesExt = [" GraphRecipes" , " Plots" ]
61- TikzGraphsExt = " TikzGraphs"
62-
6370[extras ]
6471DelimitedFiles = " 8bb1440f-4735-579b-a4ab-409b98df4dab"
6572GraphMakie = " 1ecd5474-83a3-4783-bb4f-06765db800d2"
6673GraphRecipes = " bd48cda9-67a9-57be-86fa-5b3c104eda73"
74+ OrderedCollections = " bac558e1-5e72-5ebc-8fee-abe8a469f55d"
6775Plots = " 91a5bcdd-55d7-5caf-9e0b-520d859cae80"
6876StatsBase = " 2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
6977Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
7078TikzGraphs = " b4f28e30-c73f-5eaf-a395-8a9db949a742"
7179
7280[targets ]
73- test = [" Test" , " StatsBase" , " DelimitedFiles" ]
74-
75- [weakdeps ]
76- GraphMakie = " 1ecd5474-83a3-4783-bb4f-06765db800d2"
77- GraphRecipes = " bd48cda9-67a9-57be-86fa-5b3c104eda73"
78- Plots = " 91a5bcdd-55d7-5caf-9e0b-520d859cae80"
79- TikzGraphs = " b4f28e30-c73f-5eaf-a395-8a9db949a742"
81+ test = [" Test" , " StatsBase" , " DelimitedFiles" , " OrderedCollections" ]
0 commit comments