-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
39 lines (35 loc) · 1.16 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
name = "ParallelAnalysis"
uuid = "c8fef40c-3641-40f1-b0ae-e08425a5d2fc"
authors = ["Takumi Shibuya <sep10.taku.izum@gmail.com>"]
version = "0.1.3"
[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MultivariateStats = "6f286f6a-111f-5878-ab1e-185364afe411"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
Trapz = "592b5752-818d-11e9-1e9a-2b8ca4a44cd1"
[compat]
DataFrames = "1"
Distributions = "0.25"
MultivariateStats = "0.8"
Optim = "1"
ProgressMeter = "1"
QuadGK = "2"
RecipesBase = "1"
StatsBase = "0.33"
StatsFuns = "0.9"
Trapz = "2"
julia = "1"
[extras]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
[targets]
test = ["Test", "Random", "StatsPlots"]