-
Notifications
You must be signed in to change notification settings - Fork 30
/
Project.toml
58 lines (53 loc) · 1.84 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
name = "DistributionsAD"
uuid = "ced4e74d-a319-5a8a-b0ac-84af2272839c"
version = "0.6.57"
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
ChainRules = "082447d4-558c-5d27-93f4-14fc19e9eca2"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PDMats = "90014a1f-27ba-587c-ab20-58faa44d9150"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444"
[weakdeps]
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02"
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
[extensions]
DistributionsADForwardDiffExt = "ForwardDiff"
DistributionsADLazyArraysExt = "LazyArrays"
DistributionsADReverseDiffExt = "ReverseDiff"
DistributionsADTrackerExt = "Tracker"
[compat]
Adapt = "2, 3, 4"
ChainRules = "1.35.3"
ChainRulesCore = "1"
Compat = "3.6, 4"
Distributions = "0.25.41"
FillArrays = "1.4.1"
ForwardDiff = "0.10.12"
LazyArrays = "1, 2"
LinearAlgebra = "<0.0.1, 1"
PDMats = "0.9, 0.10, 0.11"
Random = "<0.0.1, 1"
Requires = "1"
ReverseDiff = "1.4.4"
SpecialFunctions = "0.8, 0.9, 0.10, 1, 2"
StaticArrays = "0.12, 1.0"
StatsFuns = "0.9.10, 1"
Tracker = "0.2.25"
ZygoteRules = "0.2"
julia = "1.6"
[extras]
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02"
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"