-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
64 lines (60 loc) · 2.22 KB
/
Project.toml
File metadata and controls
64 lines (60 loc) · 2.22 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
name = "AirBorne"
uuid = "4a232ea9-7d1f-4dd8-a126-b47d2ae9e134"
authors = ["Bruno Castro Ibarburu", "Sherif Doherty"]
version = "1.0.1-DEV"
[deps]
Bijections = "e2ed5e7c-b2de-5872-ae92-c73ca462fb04"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Currencies = "0fd90b74-7c1f-579e-9252-02cd883047b9"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DirectSearch = "9d7617aa-e122-4445-bdd0-98866dcb605d"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DotMaps = "98454f44-f182-4945-8d34-ddde53e72162"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
Parquet2 = "98572fba-bba0-415d-956f-fa77e587d26d"
Pipe = "b98c9c47-44ae-5843-9183-064241ee97a0"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RollingFunctions = "b0e4dd01-7b14-53d8-9b45-175a3e362653"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
TestEnv = "1e6cf692-eddd-4d53-88a5-2d735e33781b"
ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
[compat]
Bijections = ">= 0.1"
CSV = ">= 0.10"
Currencies = ">= 0.17"
DataFrames = ">= 1"
DirectSearch = ">= 0.1"
DotMaps = ">= 0.1"
HTTP = ">= 1"
Ipopt = ">= 1"
JSON = ">= 0.21"
JuMP = ">= 1"
MathOptInterface = ">= 1"
Parquet2 = ">= 0.2"
Pipe = ">= 1"
Suppressor = ">= 0.2"
Tables = ">= 1"
TestEnv = ">= 1"
julia = ">= 1"
[extras]
Currencies = "0fd90b74-7c1f-579e-9252-02cd883047b9"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestSetExtensions = "98d24dd4-01ad-11ea-1b02-c9a08f80db04"
[targets]
test = ["Currencies", "Revise", "Test", "TestSetExtensions"]