forked from LilithHafner/AxisArrayTables.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
31 lines (27 loc) · 858 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 = "AxisArrayTables"
uuid = "af8da316-43a4-49f0-bd76-7de0cd630fd6"
authors = ["Lilith Hafner <[email protected]> and contributors"]
version = "0.1.2"
[deps]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
ExtendedDates = "78f5a1cc-aa73-4dda-b6b2-4d6b1976988f"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
ShiftedArrays = "1277b4bf-5013-50f5-be3d-901d8477a67a"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[compat]
AxisArrays = "0.4.4"
CSV = "0.10.0"
ExtendedDates = "0.2"
Plots = "1.36.6"
PrettyTables = "1.3.1, 2"
RecipesBase = "1.2.1"
ShiftedArrays = "1.0.0"
Tables = "1.10.0"
julia = "1.6"
[extras]
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Plots", "Test"]