-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathProject.toml
More file actions
43 lines (37 loc) · 1.23 KB
/
Project.toml
File metadata and controls
43 lines (37 loc) · 1.23 KB
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
name = "Fastback"
uuid = "2b92286b-cbc8-46f1-be48-a629b4baefca"
authors = ["Rino Beeli <40661605+rbeeli@users.noreply.github.com>"]
repo = "https://github.com/rbeeli/fastback.jl.git"
version = "0.5.0"
[deps]
Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
EnumX = "4e289a0a-7415-4d19-859d-a7e5c4648b56"
Format = "1fa38f19-a742-5d3f-a2b9-30dd87b9d5f8"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Query = "1a8c2f83-1ff3-5112-b086-8aa67b057ba1"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RiskPerf = "9166ba07-fd5b-44b6-9936-7aa4238d27f8"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[compat]
julia = "1.9"
DataFrames = "1"
PrettyTables = "3"
Query = "1"
RiskPerf = "0.3"
Tables = "1"
Plots = "1"
StatsPlots = "0.14, 0.15"
[weakdeps]
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
[extensions]
FastbackPlotsExt = "Plots"
[extras]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
[targets]
test = ["Test", "TestItemRunner", "DataFrames"]