-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathProject.toml
81 lines (75 loc) · 2.81 KB
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
name = "CausalInference"
uuid = "8e462317-f959-576b-b3c1-403f26cec956"
authors = ["Moritz Schauer <moritzschauer@web.de>"]
version = "0.18.0"
[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
LRUCache = "8ac3fa9e-de4c-5943-b1dc-09c6b5f20637"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinkedLists = "70f5e60a-1556-5f34-a19e-a48b3e4aaee9"
LogarithmicNumbers = "aa2f6b4e-9042-5d33-9679-40d3a6b85899"
Memoization = "6fafb56a-5788-4b4e-91ca-c0cea6611c73"
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
TabularDisplay = "3eeacb1d-13c2-54cc-9b18-30c86af3cadb"
ThreadsX = "ac1d9e8a-700a-412c-b207-f0111f4b6c0d"
[weakdeps]
GraphMakie = "1ecd5474-83a3-4783-bb4f-06765db800d2"
GraphRecipes = "bd48cda9-67a9-57be-86fa-5b3c104eda73"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
TikzGraphs = "b4f28e30-c73f-5eaf-a395-8a9db949a742"
[extensions]
GraphMakieExt = "GraphMakie"
GraphRecipesExt = ["GraphRecipes", "Plots"]
TikzGraphsExt = "TikzGraphs"
[compat]
Combinatorics = "1.0"
DelimitedFiles = "1.6, 1.7, 1.8, 1.9"
Distances = "0.8, 0.9, 0.10"
Distributions = "0.22, 0.23, 0.24, 0.25"
GraphMakie = "0.5"
GraphRecipes = "0.5"
Graphs = "1.5, 1.6, 1.7, 1.8, 1.9, 1.10, 1.11, 1.12"
LRUCache = "1.4, 1.5, 1.6"
LinearAlgebra = "1"
LinkedLists = "0.1"
LogarithmicNumbers = "1.4"
Memoization = "0.2"
MetaGraphs = "0.7, 0.8"
NearestNeighbors = "0.4"
OffsetArrays = "1.12, 1.13, 1.14"
OrderedCollections = "1.7.0"
Plots = "1"
PrecompileTools = "1.1, 1.2"
ProgressMeter = "1.9, 1.10"
Random = "1"
Requires = "1.3"
SpecialFunctions = "1.8, 2.0, 2.1, 2.2, 2.3, 2.4"
Statistics = "1"
Tables = "1.6, 1.7, 1.8, 1.9, 1.10, 1.11, 1.12"
TabularDisplay = "1.2"
ThreadsX = "0.1"
TikzGraphs = "1.3, 1.4"
julia = "1.6, 1.7, 1.8, 1.9, 1.10"
[extras]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
GraphMakie = "1ecd5474-83a3-4783-bb4f-06765db800d2"
GraphRecipes = "bd48cda9-67a9-57be-86fa-5b3c104eda73"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TikzGraphs = "b4f28e30-c73f-5eaf-a395-8a9db949a742"
[targets]
test = ["Test", "StatsBase", "DelimitedFiles", "OrderedCollections"]