-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
41 lines (37 loc) · 1.2 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
name = "GeoArrow"
uuid = "5bc3a8d9-1bfb-4624-ba94-a391279174d6"
authors = ["Maarten Pronk <[email protected]> and contributors"]
version = "0.2.0"
[deps]
Arrow = "69666777-d1a9-59fb-9406-91d4454c9d45"
DataAPI = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Extents = "411431e0-e8b7-467b-b5e0-f676ba4f2910"
GeoFormatTypes = "68eda718-8dee-11e9-39e7-89f7f65f511f"
GeoInterface = "cf35fbd7-0cd7-5166-be24-54bfbe79505f"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
Proj = "c94c279d-25a6-4763-9509-64d165bea63e"
StringViews = "354b36f9-a18e-4713-926e-db85100087ba"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
WellKnownGeometry = "0f680547-7be7-4555-8820-bb198eeb646b"
[compat]
Arrow = "2.8"
DataAPI = "1"
DataFrames = "1.7.0"
Extents = "0.1"
GeoFormatTypes = "0.4"
GeoInterface = "1.2"
JSON3 = "1.14"
Proj = "1.8"
PythonCall = "0.9.23"
StringViews = "1.3"
Tables = "1.12"
WellKnownGeometry = "0.2"
julia = "1.10"
[extras]
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Downloads", "CondaPkg", "PythonCall"]