-
Notifications
You must be signed in to change notification settings - Fork 9
/
Project.toml
65 lines (60 loc) · 2.07 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
name = "PairPlots"
uuid = "43a3c2be-4208-490b-832a-a21dcd55d7da"
authors = ["William Thompson <[email protected]>"]
version = "3.0.0"
[deps]
Contour = "d38c429a-6771-53c6-b99e-75d170b6e991"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
KernelDensity = "5ab0869b-81aa-558d-bb23-cbf5423bbe9b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MCMCDiagnosticTools = "be115224-59cd-429b-ad48-344e309966f0"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Measures = "442fdcdd-2543-5da2-b0f3-8c86c306513e"
Missings = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
NamedTupleTools = "d9ec5142-1e00-5aa0-9d6a-321866360f50"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
PolygonOps = "647866c9-e3ac-4575-94e7-e3d426903924"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
TableOperations = "ab02a1b2-a7df-11e8-156e-fb1833f50b87"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[weakdeps]
DynamicQuantities = "06fc5a27-2a28-4c7c-a15d-362465fb6821"
MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[extensions]
MCMCChainsExt = "MCMCChains"
PairPlotsDynamicQuantitiesExt = "DynamicQuantities"
PairPlotsDynamicUnitfulExt = "Unitful"
[compat]
Contour = "0.6"
Distributions = "0.25"
DynamicQuantities = "0.14, 1"
KernelDensity = "0.6"
LinearAlgebra = "1"
MCMCChains = "5.0, 6.0"
MCMCDiagnosticTools = "0.3"
Makie = "0.21.18"
Measures = "0.3.1"
Missings = "1"
NamedTupleTools = "0.14"
OrderedCollections = "1.4"
PolygonOps = "0.1.1"
PrecompileTools = "1.0"
Printf = "1"
Requires = "1"
StaticArrays = "1.0.0"
Statistics = "1"
StatsBase = "0.32 - 0.33, 0.34"
TableOperations = "1"
Tables = "1.4.1"
Unitful = "1"
julia = "1.10.0"
[extras]
DynamicQuantities = "06fc5a27-2a28-4c7c-a15d-362465fb6821"
MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"