forked from JuliaActuary/FinanceModels.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
34 lines (30 loc) · 951 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 = "Yields"
uuid = "d7e99b2f-e7f3-4d9e-9f01-2338fc023ad3"
authors = ["Alec Loudenback <[email protected]> and contributors"]
version = "3.5.0"
[deps]
BSplineKit = "093aae92-e908-43d7-9660-e50ee39d5a0a"
FinanceCore = "b9b1ffdd-6612-4b69-8227-7663be06e089"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LsqFit = "2fda8390-95c7-5789-9bda-21331edee243"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
[compat]
BSplineKit = "^0.8"
FinanceCore = "^1"
ForwardDiff = "^0.10"
LsqFit = "^0.12"
Optim = "^1"
Reexport = "^1.2"
Roots = "^1"
PrecompileTools = "^1"
UnicodePlots = "^2"
julia = "^1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]