-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
33 lines (29 loc) · 1001 Bytes
/
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
name = "ParetoSmoothedImportanceSampling"
uuid = "98f080ec-61e2-11eb-1c7b-31ea1097256f"
authors = ["@alvaro1101, Rob J Goedman <[email protected]>"]
version = "1.5.4"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
#StanSample = "c1514b29-d3a0-5178-b312-660c88baa699"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
#StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
CSV = "0.10"
DataFrames = "1.4"
Distributions = "0.25"
JSON = "0.21"
#StanSample = "7"
StatsFuns = "1.0"
julia = "1"
[extras]
StanSample = "c1514b29-d3a0-5178-b312-660c88baa699"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["StanSample", "Test"]