-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathProject.toml
More file actions
52 lines (46 loc) · 1.52 KB
/
Project.toml
File metadata and controls
52 lines (46 loc) · 1.52 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
52
name = "SequentialSamplingModels"
uuid = "0e71a2a6-2b30-4447-8742-d083a85e82d1"
authors = ["itsdfish"]
version = "0.13.0"
[deps]
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FunctionZeros = "b21f74c0-b399-568f-9643-d20f4fa2c814"
HCubature = "19dc6840-f33b-545b-b366-655c7e3ffd49"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsAPI = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[weakdeps]
DynamicPPL = "366bfd00-2699-11ea-058f-f148b4cae6d8"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
KernelDensity = "5ab0869b-81aa-558d-bb23-cbf5423bbe9b"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
[extensions]
PlotsExt = ["Plots", "Interpolations", "KernelDensity"]
[compat]
ArgCheck = "2.5.0"
Distributions = "v0.24.6, 0.25"
DynamicPPL = "0.25 - 0.39"
FunctionZeros = "0.2.0,0.3.0, 1"
HCubature = "1"
Interpolations = "0.14.0,0.15.0,0.16.0"
KernelDensity = "0.6.5"
LinearAlgebra = "1"
Plots = "1.0.0"
PrettyTables = "3.0"
Random = "1"
SpecialFunctions = "1,2"
Statistics = "1"
StatsAPI = "1.0.0"
StatsBase = "0.33.0,0.34.0"
julia = "1"
[extras]
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]