-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
34 lines (30 loc) · 1.09 KB
/
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
32
33
34
name = "AxisSets"
uuid = "a1a1544e-ba16-4f6d-8861-e833517b754e"
authors = ["Invenia Technical Computing Corporation"]
version = "0.2.6"
[deps]
AutoHashEquals = "15f4f7f2-30c1-5605-9d31-71845cf9641f"
AxisKeys = "94b1ba4f-4ee9-5380-92f1-94cde586c3c5"
FeatureTransforms = "8fd68953-04b8-4117-ac19-158bf6de9782"
Impute = "f7bf1975-0170-51b9-8c5f-a992d46b9575"
NamedDims = "356022a1-0364-5f58-8944-0da4b18d706f"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
ReadOnlyArrays = "988b38a3-91fc-5605-94a2-ee2116b3bd83"
[compat]
AutoHashEquals = "0.2"
AxisKeys = "0.1.16, 0.2"
FeatureTransforms = "0.3.6, 0.4"
Impute = "0.6"
NamedDims = "0.2, 0.3, 1"
OrderedCollections = "1.4.1"
ReadOnlyArrays = "0.1"
julia = "1.5"
[extras]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Missings = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"
[targets]
test = ["Dates", "Documenter", "Missings", "Statistics", "Test", "TimeZones"]