-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
38 lines (36 loc) · 1.32 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
name = "InferenceReport"
uuid = "e5554034-be14-491c-aa1c-9e5f4a9f7142"
authors = ["Alexandre Bouchard-Côté <bouchard@stat.ubc.ca>, Miguel Biron-Lattes, William Thompson, Lucas Wong"]
version = "0.1.0"
[deps]
AlgebraOfGraphics = "cbdf2221-f076-402e-a563-3d30da359d67"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterCitations = "daee34ce-89f3-4625-b898-19384cb65244"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d"
MPIPreferences = "3da0fdf6-3ccc-4f1b-acd9-58baa6c99267"
PairPlots = "43a3c2be-4208-490b-832a-a21dcd55d7da"
Pigeons = "0eb8d820-af6a-4919-95ae-11206f830c31"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
[compat]
AlgebraOfGraphics = "0.6, 0.7, 0.8"
CSV = "0.10"
CairoMakie = "0.11, 0.12"
DataFrames = "1"
DocStringExtensions = "0.9"
Documenter = "1"
DocumenterCitations = "1"
JSON = "0.21"
MCMCChains = "6"
MPIPreferences = "0.1"
PairPlots = "2"
Pigeons = "0.4"
PrettyTables = "2"
julia = "1.8"