-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
43 lines (39 loc) · 1.25 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
name = "TwinCopulas"
uuid = "324e1790-ee0a-4954-b7e4-a383d36b0fd7"
authors = ["Santiago Jimenez Ramos"]
version = "0.1.0"
[deps]
Cubature = "667455a9-e2ce-5579-9412-b964f529a492"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
PolyLog = "85e3b03c-9856-11eb-0374-4dc1f8670e7f"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
WilliamsonTransforms = "48feb556-9bdd-43a2-8e10-96100ec25e22"
[compat]
Cubature = "1.5"
Distributions = "0.25"
ForwardDiff = "0.10"
LogExpFunctions = "0.3"
PolyLog = "1.5"
QuadGK = "2"
Random = "1.5"
Roots = "1"
SpecialFunctions = "2"
Statistics = "1.5"
StatsBase = "0.33"
StatsFuns = "0.9"
WilliamsonTransforms = "0.1"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]