-
Notifications
You must be signed in to change notification settings - Fork 10
/
Project.toml
47 lines (43 loc) · 1.52 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
name = "FinanceModels"
uuid = "77f2ae65-bdde-421f-ae9d-22f1af19dd76"
authors = ["Alec Loudenback <[email protected]> and contributors"]
version = "4.12.0"
[deps]
AccessibleOptimization = "d88a00a0-4a21-4fe4-a515-e2123c37b885"
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
DataInterpolations = "82cc6244-b520-54b8-b5a6-8a565e85f1d0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
FinanceCore = "b9b1ffdd-6612-4b69-8227-7663be06e089"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
OptimizationMetaheuristics = "3aafef2f-86ae-4776-b337-85a36adf0b55"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Transducers = "28d57a85-8fef-5791-bfe6-a80928e7c999"
[weakdeps]
MakieCore = "20f20a25-4f0e-4fdf-b5d1-57303727442b"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
[extensions]
FinanceModelsMakieCoreExt = "MakieCore"
FinanceModelsUnicodePlots = "UnicodePlots"
[compat]
AccessibleOptimization = "^0.1.2"
Accessors = "^0.1"
DataInterpolations = "5,6"
Dates = "^1.6"
FinanceCore = "^2.1"
IntervalSets = "^0.7"
LinearAlgebra = "1"
MakieCore = "0.7, 0.8"
Optimization = "4"
OptimizationMetaheuristics = "0.3"
PrecompileTools = "^1.1"
Reexport = "^1.2"
SpecialFunctions = "2"
StaticArrays = "^1.6"
Transducers = "^0.4"
UnicodePlots = "^3.6"
julia = "1.10"