forked from JuliaStats/TimeSeries.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
27 lines (23 loc) · 860 Bytes
/
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
name = "TimeSeries"
uuid = "9e3dc215-6440-5c97-bce1-76c03772f85e"
authors = ["JuliaStats <https://github.com/JuliaStats>"]
version = "0.16.0"
[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[compat]
RecipesBase = "≥ 0.2.3"
Reexport = "≥ 0.2.0"
julia = "≥ 0.7.0"
[extras]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
MarketData = "945b72a4-3b13-509d-9b46-1525bb5c06de"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["MarketData", "Test", "DataFrames", "CSV", "Random"]