-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
53 lines (49 loc) · 1.67 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
name = "GeoTables"
uuid = "e502b557-6362-48c1-8219-d30d308dcdb0"
authors = ["Júlio Hoffimann <julio.hoffimann@gmail.com> and contributors"]
version = "1.24.5"
[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Colorfy = "03fe91ce-8ec6-4610-8e8d-e7491ccca690"
ColumnSelectors = "9cc86067-7e36-4c61-b350-1ac9833d277f"
CoordRefSystems = "b46f11dc-f210-4604-bfba-323c1ec968cb"
DataAPI = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
DataScienceTraits = "6cb2f572-2d2b-4ba6-bdb3-e710fa044d6c"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
IteratorInterfaceExtensions = "82899510-4779-5014-852e-03e436cf321d"
Meshes = "eacbb407-ea5a-433e-ab97-5258b1ca43fa"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TableTraits = "3783bdb8-4a98-5b6b-af9a-565f29a5fe9c"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
TransformsBase = "28dd2a49-a57a-4bfb-84ca-1a49db9b96b8"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[weakdeps]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
TableTransforms = "0d432bfd-3ee1-4ac1-886a-39f05cc69a3e"
[extensions]
GeoTablesMakieExt = "Makie"
GeoTablesTableTransformsExt = "TableTransforms"
[compat]
CategoricalArrays = "0.10"
Colorfy = "1.0"
ColumnSelectors = "1.0"
CoordRefSystems = "0.15"
DataAPI = "1.15"
DataScienceTraits = "1.0"
Dates = "1.9"
Distributions = "0.25"
IteratorInterfaceExtensions = "1.0"
Makie = "0.21"
Meshes = "0.51 - 0.52"
PrettyTables = "2.2"
Random = "1.9"
Statistics = "1.9"
TableTraits = "1.0"
TableTransforms = "1.31"
Tables = "1.10"
TransformsBase = "1.4"
Unitful = "1.17"
julia = "1.9"