-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
87 lines (81 loc) · 3 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
82
83
84
85
86
87
name = "RegressionAndOtherStories"
uuid = "21324389-b050-441a-ba7b-9a837781bda0"
authors = ["Rob J Goedman <[email protected]>"]
version = "0.18.0"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
CausalInference = "8e462317-f959-576b-b3c1-403f26cec956"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
GraphViz = "f526b714-d49f-11e8-06ff-31ed36ee7ee0"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
KernelDensity = "5ab0869b-81aa-558d-bb23-cbf5423bbe9b"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
NamedArrays = "86f7a689-2022-50b4-a561-43c23ac3c673"
NamedTupleTools = "d9ec5142-1e00-5aa0-9d6a-321866360f50"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
StanSample = "c1514b29-d3a0-5178-b312-660c88baa699"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
[weakdeps]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
CausalInference = "8e462317-f959-576b-b3c1-403f26cec956"
GraphViz = "f526b714-d49f-11e8-06ff-31ed36ee7ee0"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
StanSample = "c1514b29-d3a0-5178-b312-660c88baa699"
[extensions]
CausalInferenceExt = "CausalInference"
GraphVizExt = ["GraphViz", "CairoMakie"]
MakieExt = "Makie"
StanExt = "StanSample"
[compat]
CSV = "0.10.11"
CairoMakie = "0.11"
CategoricalArrays = "0.10"
CausalInference = "0.15"
DataFrames = "1.3"
DataStructures = "0.18.11"
Distributions = "0.25"
DocStringExtensions = "0.9"
GLM = "1.8, 1.9"
GraphViz = "0.2"
Graphs = "1.8"
KernelDensity = "0.6"
LaTeXStrings = "1.3"
Makie = "0.20"
MetaGraphs = "0.7.2"
NamedArrays = "0.10"
NamedTupleTools = "0.14"
OrderedCollections = "v1.4.1"
Parameters = "0.12"
Reexport = "1.2.2"
Requires = "1.3"
StanSample = "7"
StatsBase = "0.33, 0.34"
StatsFuns = "1.3"
julia = "^1"
[extras]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
CausalInference = "8e462317-f959-576b-b3c1-403f26cec956"
GraphViz = "f526b714-d49f-11e8-06ff-31ed36ee7ee0"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
StanSample = "c1514b29-d3a0-5178-b312-660c88baa699"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["CairoMakie", "Makie", "StanSample", "GraphViz", "CausalInference", "Test"]