-
Notifications
You must be signed in to change notification settings - Fork 6
/
Project.toml
35 lines (31 loc) · 1.08 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
name = "GlobalSensitivityAnalysis"
uuid = "1b10255b-6da3-57ce-9089-d24e8517b87e"
version = "1.2.1-DEV"
[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
KernelDensity = "5ab0869b-81aa-558d-bb23-cbf5423bbe9b"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Sobol = "ed01d8cd-4d21-5b2a-85b4-cc3bdc58bad4"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Trapz = "592b5752-818d-11e9-1e9a-2b8ca4a44cd1"
[compat]
DataFrames = "0.19.1, 0.20, 0.21, 0.22, 1.0"
DataStructures = "0.17, 0.18"
Distributions = "0.21, 0.22, 0.23, 0.24, 0.25"
KernelDensity = "0.6"
ProgressMeter = "1.2"
Sobol = "1.3"
Statistics = "1"
StatsBase = "0.33, 0.34"
Trapz = "1, 2"
julia = "1.6"
[extras]
CSVFiles = "5d742f6a-9f54-50ce-8119-2520741973ca"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "CSVFiles", "DataFrames"]