forked from JuliaActuary/ActuaryUtilities.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
34 lines (30 loc) · 939 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
34
name = "ActuaryUtilities"
uuid = "bdd23359-8b1c-4f88-b89b-d11982a786f4"
authors = ["Alec Loudenback"]
version = "3.10.0"
[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FinanceCore = "b9b1ffdd-6612-4b69-8227-7663be06e089"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SnoopPrecompile = "66db9d55-30c0-4569-8b51-7e840670fc0c"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Yields = "d7e99b2f-e7f3-4d9e-9f01-2338fc023ad3"
[compat]
Distributions = "0.23,0.24,0.25"
FinanceCore = "^1"
ForwardDiff = "^0.10"
MuladdMacro = "^0.2"
QuadGK = "^2"
SnoopPrecompile = "^1"
StatsBase = "^0.33"
Reexport = "^1.2"
Yields = "^2,^3"
julia = "^1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]