-
Notifications
You must be signed in to change notification settings - Fork 3
/
Project.toml
40 lines (34 loc) · 1.03 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
name = "SliceSampling"
uuid = "43f4d3e8-9711-4a8c-bd1b-03ac73a255cf"
version = "0.7"
[deps]
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LogDensityProblems = "6fdf6af0-433a-55f7-b3ed-c6c6e0b8df7c"
LogDensityProblemsAD = "996a588d-648d-4e1f-a8f0-a84b347e47b1"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
[weakdeps]
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
[extensions]
SliceSamplingTuringExt = ["Turing"]
[compat]
AbstractMCMC = "4, 5"
Accessors = "0.1"
Distributions = "0.25"
FillArrays = "1"
LinearAlgebra = "1"
LogDensityProblems = "2"
LogDensityProblemsAD = "1"
Random = "1"
Requires = "1"
Turing = "0.33, 0.34, 0.35"
julia = "1.10"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
[targets]
test = ["Test"]