Skip to content

Commit 81ea20d

Browse files
committed
v0.1.46 add geopandas and jupyterlab as dependencies
1 parent f15c7ce commit 81ea20d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

+4-2
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,16 @@ where = ["src"]
1212
[project]
1313
name = "coastsat_package"
1414
dynamic = ["readme"]
15-
version = "0.1.45"
15+
version = "0.1.46"
1616
authors = [
1717
{ name="Kilian Vos & Sharon Fitzpatrick" },
1818
]
1919
# find` directive with `include` or `exclude`
2020
description = "A Global shoreline mapping tool from satellite imagery"
2121
dependencies = [ "scikit-image",
22-
"earthengine-api>=0.1.304",
22+
"earthengine-api>=0.1.304",
23+
"jupyterlab>=3.0.0",
24+
"geopandas",
2325
"matplotlib",
2426
"astropy",
2527
"tqdm",

0 commit comments

Comments
 (0)