We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f15c7ce commit 81ea20dCopy full SHA for 81ea20d
pyproject.toml
@@ -12,14 +12,16 @@ where = ["src"]
12
[project]
13
name = "coastsat_package"
14
dynamic = ["readme"]
15
-version = "0.1.45"
+version = "0.1.46"
16
authors = [
17
{ name="Kilian Vos & Sharon Fitzpatrick" },
18
]
19
# find` directive with `include` or `exclude`
20
description = "A Global shoreline mapping tool from satellite imagery"
21
dependencies = [ "scikit-image",
22
- "earthengine-api>=0.1.304",
+ "earthengine-api>=0.1.304",
23
+ "jupyterlab>=3.0.0",
24
+ "geopandas",
25
"matplotlib",
26
"astropy",
27
"tqdm",
0 commit comments