-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
54 lines (48 loc) · 1.92 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
name = "InferenceObjects"
uuid = "b5cf5a8d-e756-4ee3-b014-01d49d192c00"
authors = ["Seth Axen <[email protected]> and contributors"]
version = "0.4.10"
[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DimensionalData = "0703355e-b756-11e9-17c0-8b28908087d0"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[weakdeps]
MCMCDiagnosticTools = "be115224-59cd-429b-ad48-344e309966f0"
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
PosteriorStats = "7f36be82-ad55-44ba-a5c0-b8b5480d7aa5"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[extensions]
InferenceObjectsMCMCDiagnosticToolsExt = "MCMCDiagnosticTools"
InferenceObjectsNCDatasetsExt = "NCDatasets"
InferenceObjectsPosteriorStatsExt = ["PosteriorStats", "StatsBase"]
[compat]
ArviZExampleData = "0.1.10"
Dates = "1.9"
DimensionalData = "0.27, 0.28, 0.29"
EvoTrees = "0.16"
MCMCDiagnosticTools = "0.3.4"
MLJBase = "1"
NCDatasets = "0.12.6, 0.13, 0.14"
OffsetArrays = "1"
OrderedCollections = "1.6"
PosteriorStats = "0.1.1, 0.2"
Random = "1.9"
StatsBase = "0.33.7, 0.34"
Tables = "1.10.0"
julia = "1.9"
[extras]
ArviZExampleData = "2f96bb34-afd9-46ae-bcd0-9b2d4372fe3c"
EvoTrees = "f6006082-12f8-11e9-0c9c-0d5d367ab1e5"
MCMCDiagnosticTools = "be115224-59cd-429b-ad48-344e309966f0"
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
PosteriorStats = "7f36be82-ad55-44ba-a5c0-b8b5480d7aa5"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["ArviZExampleData", "EvoTrees", "MCMCDiagnosticTools", "MLJBase", "NCDatasets", "OffsetArrays", "OrderedCollections", "PosteriorStats", "Random", "Statistics", "StatsBase", "Test"]