-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
27 lines (23 loc) · 744 Bytes
/
Project.toml
File metadata and controls
27 lines (23 loc) · 744 Bytes
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
name = "PerformanceAnalytics"
uuid = "d8be18e6-c368-4f05-aef8-afa11baca497"
authors = ["Elias L Ohneberg"]
version = "0.0.1"
[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
PlotlyJS = "f0f68f2c-4968-5e81-91da-67840de0976a"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
TimeSeries = "9e3dc215-6440-5c97-bce1-76c03772f85e"
YFinance = "e4b3b0a2-f9a3-42f3-aabb-32142cceaf77"
[compat]
Distributions = "0.25"
StatsBase = "0.33"
TimeSeries = "0.23"
YFinance = "0.1.5"
julia = "1.7"
[extras]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["CSV", "DataFrames", "Test"]