forked from rcalxrc08/FinancialMonteCarlo.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
50 lines (47 loc) · 1.73 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
44
45
46
47
48
49
50
name = "FinancialMonteCarlo"
uuid = "078f23cc-2637-5a1d-aba6-8a9ba9a6ff83"
license = "MIT"
author = ["rcalxrc08"]
version = "0.3.1"
[deps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DistributionsAD = "ced4e74d-a319-5a8a-b0ac-84af2272839c"
Future = "9fa8497b-333b-5362-9e8d-4d0656e87820"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Sobol = "ed01d8cd-4d21-5b2a-85b4-cc3bdc58bad4"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
[compat]
Accessors = "0.1"
ChainRulesCore = "1"
Dictionaries = "0.3"
DifferentialEquations = "5, 6, 7"
Distributions = "0.16, 0.17, 0.18, 0.19.1, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25"
DistributionsAD = "0.4, 0.5, 0.6"
DualNumbers = "0.6"
ForwardDiff = "0.10"
Interpolations = "0.12, 0.13, 0.14, 0.15"
IterTools = "1"
Requires = "1"
ReverseDiff = "1"
Sobol = "1.0.2"
SpecialFunctions = "1, 2"
Statistics = "1"
StatsFuns = "0.7, 0.8, 0.9, 1"
julia = "1"
[extras]
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DualNumbers = "fa6b7ba4-c1ee-5f82-b5fc-ecf0adba8f74"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
TaylorSeries = "6aa5eb33-94cf-58f4-a9d0-e4b2c4fc25ea"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"