-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
66 lines (62 loc) · 2.38 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
name = "ExponentialFamily"
uuid = "62312e5e-252a-4322-ace9-a5f4bf9b357b"
authors = ["Ismail Senoz <i.senoz@tue.nl>", "Dmitry Bagaev <d.v.bagaev@tue.nl>"]
version = "1.6.0"
[deps]
BayesBase = "b4ee3484-f114-42fe-b91c-797d54a0c67e"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DomainSets = "5b8099bc-c8ec-5219-889f-1d9e522a28bf"
FastCholesky = "2d5283b6-8564-42b6-bb00-83ed8e915756"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
HCubature = "19dc6840-f33b-545b-b366-655c7e3ffd49"
HypergeometricFunctions = "34004b35-14d8-5ef3-9330-4cdb6864b03a"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
IrrationalConstants = "92d709cd-6900-40b7-9082-c6be49f344b6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
PositiveFactorizations = "85a6dd25-e78a-55b7-8502-1745935b8125"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
TinyHugeNumbers = "783c9a47-75a3-44ac-a16b-f1ab7b3acf04"
[compat]
Aqua = "0.8.7"
BayesBase = "1.5.0"
Distributions = "0.25"
DomainSets = "0.5.2, 0.6, 0.7"
FastCholesky = "1.0"
FillArrays = "1.6"
ForwardDiff = "0.10"
HCubature = "1.5"
HypergeometricFunctions = "0.3"
IntervalSets = "0.6, 0.7"
IrrationalConstants = "0.1, 0.2"
LinearAlgebra = "1.9"
LogExpFunctions = "0.3"
LoopVectorization = "0.12"
PositiveFactorizations = "0.2"
Random = "1.9"
RecursiveArrayTools = "3.26"
SparseArrays = "1.9"
SpecialFunctions = "2"
StaticArrays = "1"
StatsBase = "0.34"
StatsFuns = "0.9, 1"
TinyHugeNumbers = "1.0.0"
julia = "1.9"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
CpuId = "adafc99b-e345-5852-983c-f28acb93d879"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
ReTestItems = "817f1d60-ba6b-4fd5-9520-3cf149f6a823"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "BenchmarkTools", "CpuId", "RecursiveArrayTools", "ReTestItems", "Test", "JET", "StableRNGs"]