-
Notifications
You must be signed in to change notification settings - Fork 22
/
Project.toml
31 lines (27 loc) · 967 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
28
29
30
31
name = "TSFrames"
uuid = "9f90e835-9451-4aaa-bcb1-743a1b8d2f84"
authors = ["Chirag Anand", "Siddhant Chaudhary", "xKDR Forum", "Naman Kumar", "Sumeet Suley"]
version = "0.2.2"
[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
RollingFunctions = "b0e4dd01-7b14-53d8-9b45-175a3e362653"
ShiftedArrays = "1277b4bf-5013-50f5-be3d-901d8477a67a"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
[compat]
DataFrames = "1.3.2"
RecipesBase = "1.2.1"
RollingFunctions = "0.6.2, 0.7"
ShiftedArrays = "1.0.0, 2"
StatsBase = "0.33, 0.34"
Tables = "1"
julia = "1.6, 1.7, 1.8, 1.9, 1.10"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]