-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
51 lines (47 loc) · 1.58 KB
/
Project.toml
File metadata and controls
51 lines (47 loc) · 1.58 KB
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
name = "MixFlow"
uuid = "ea471776-d4c6-43fb-ae26-e5140a895dea"
authors = ["Zuheng Xu"]
version = "1.0.0-DEV"
[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
AdvancedHMC = "0bf59076-c3b1-5ca4-86bd-e02cd72cde3d"
AdvancedMH = "5b7e9947-ddc0-4b3f-9b55-0d8042f74170"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
IrrationalConstants = "92d709cd-6900-40b7-9082-c6be49f344b6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LogDensityProblems = "6fdf6af0-433a-55f7-b3ed-c6c6e0b8df7c"
LogDensityProblemsAD = "996a588d-648d-4e1f-a8f0-a84b347e47b1"
LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
PDMats = "90014a1f-27ba-587c-ab20-58faa44d9150"
Pigeons = "0eb8d820-af6a-4919-95ae-11206f830c31"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
[compat]
ADTypes = "1.14.0"
AdvancedHMC = "0.7.0"
AdvancedMH = "0.8.6"
Distributions = "0.25"
IrrationalConstants = "0.2.4"
LinearAlgebra = "1.11.0"
LogDensityProblems = "2.1.2"
LogDensityProblemsAD = "1.13.0"
LogExpFunctions = "0.3.29"
PDMats = "0.11.32"
Pigeons = "0.4.8"
ProgressMeter = "1.10.2"
Random = "1.11.0"
SpecialFunctions = "2.5.0"
Statistics = "1.11.1"
StatsBase = "0.34"
StatsFuns = "1.3.2"
StructArrays = "0.7.0"
julia = "1.6.7"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]