-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
45 lines (43 loc) · 1.59 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
name = "PartitionedParallelSampling"
uuid = "b410ac9a-c8b8-49a7-94bc-f25e3d3ce61f"
version = "0.1.0"
[deps]
AHMI = "c5d2b564-8713-4ef5-a2ca-05a0d64fcc84"
ArraysOfArrays = "65a8f2f4-9b39-5baf-92e2-a9cc46fdf018"
BAT = "c0cd4b16-88b7-57fa-983b-ab80aecada7e"
CPUTime = "a9c8d775-2e2e-55fc-8582-045d282d599e"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
InverseFunctions = "3587e190-3f89-42d0-90ee-14403ec27112"
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
ParallelProcessingTools = "8e8a01fc-6193-5ca1-a2f1-20776dae4199"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"
ValueShapes = "136a8f8c-c49b-4edb-8b98-f3d64d48be8f"
[compat]
ArraysOfArrays = "0.4, 0.5, 0.6"
BAT = "3"
CPUTime = "1"
DocStringExtensions = "0.8, 0.9"
IntervalSets = "0.5, 0.6, 0.7"
InverseFunctions = "0.1"
Measurements = "2"
ParallelProcessingTools = "0.4"
Parameters = "0.12"
ProgressMeter = "1"
QuadGK = "2"
RecipesBase = "0.7, 0.8, 1.0"
StatsBase = "0.32, 0.33, 0.34"
StructArrays = "0.4, 0.5, 0.6"
TypedTables = "1.2"
ValueShapes = "0.10.1"
julia = "1.6"