-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
38 lines (34 loc) · 1.12 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
name = "AbnormalReturns"
uuid = "f9c80461-2ebf-4c7c-9c1c-d30d9d100fd8"
authors = ["junder873 <[email protected]>"]
version = "0.3.0"
[deps]
BusinessDays = "4f18b42c-503e-5345-9536-bb0f25fc7038"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[compat]
BusinessDays = "0.9"
DataFrames = "1"
IntervalSets = "0.7"
OffsetArrays = "1"
Reexport = "1"
StaticArrays = "1"
StatsBase = "0.33, 0.34"
StatsModels = "0.7"
Tables = "1"
julia = "1.6"
[extras]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "CSV"]