-
Notifications
You must be signed in to change notification settings - Fork 25
/
Project.toml
29 lines (27 loc) · 956 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
name = "Pandas"
uuid = "eadc2687-ae89-51f9-a5d9-86b5a6373a9c"
version = "1.6.1"
[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
DataValues = "e7dc6d0d-1eca-5fa6-8ad6-5aecde8b7ea5"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
IteratorInterfaceExtensions = "82899510-4779-5014-852e-03e436cf321d"
Lazy = "50d2b5c4-7a5e-59d5-8109-a42b560f39c0"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TableTraits = "3783bdb8-4a98-5b6b-af9a-565f29a5fe9c"
TableTraitsUtils = "382cd787-c1b6-5bf2-a167-d5b971a19bda"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[compat]
Compat = "1, 2, 3, 4"
DataValues = "0.4.4"
IteratorInterfaceExtensions = "^0.1.1, ^1"
Lazy = "0.15"
OrderedCollections = "1"
PyCall = "1.90"
TableTraits = "^0.4, ^1"
TableTraitsUtils = "^0.3, ^0.4, ^1"
Tables = "1"
julia = "0.7, 1"