Skip to content

Commit 14607e9

Browse files
committed
add datashader
1 parent b3055a7 commit 14607e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ dependencies = [
1919
"geopandas",
2020
"geopy",
2121
"numpy",
22+
"datashader",
2223
"openpyxl",
2324
"pandas",
2425
"pyogrio",
@@ -32,7 +33,7 @@ dependencies = [
3233
"xarray-spatial",
3334
"tqdm",
3435
"pycountry-convert",
35-
"pyarrow"
36+
"pyarrow",
3637
]
3738
readme = "README.rst"
3839
classifiers = [

0 commit comments

Comments
 (0)