forked from JuliaData/Tables.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
28 lines (24 loc) · 888 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
name = "Tables"
uuid = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
authors = ["quinnj <[email protected]>"]
version = "1.0.4"
[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
DataAPI = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
TableTraits = "3783bdb8-4a98-5b6b-af9a-565f29a5fe9c"
IteratorInterfaceExtensions = "82899510-4779-5014-852e-03e436cf321d"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
DataValueInterfaces = "e2d170a0-9d28-54be-80f0-106bbe20a464"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
DataValues = "e7dc6d0d-1eca-5fa6-8ad6-5aecde8b7ea5"
QueryOperators = "2aef5ad7-51ca-5a8f-8e88-e75cf067b44b"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[compat]
julia = "1"
DataAPI = "1"
DataValueInterfaces = "1"
IteratorInterfaceExtensions = "0.1.1, 1"
TableTraits = "0.4.1, 1"
[targets]
test = ["Test", "DataValues", "QueryOperators", "SparseArrays"]