From 0fb8ffb5b607db084249513a9b99f85a76745124 Mon Sep 17 00:00:00 2001 From: Sharon Fitzpatrick Date: Wed, 21 Feb 2024 15:10:32 -0800 Subject: [PATCH 1/2] v1.1.36 remove deps: tensorflow, geojson,aiohttp,ipyfilechooser,ipywidgets --- pyproject.toml | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 02d35951..6c64332e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,32 +5,27 @@ build-backend = "setuptools.build_meta" [project] name = "coastseg" dynamic = ["readme"] -version = "1.1.35" +version = "1.1.36" authors = [ { name=" Sharon Fitzpatrick", email="sharon.fitzpatrick23@gmail.com" }, ] # find` directive with `include` or `exclude` description = "An interactive jupyter notebook for downloading satellite imagery" dependencies = [ - "earthengine-api>=0.1.388", + "area", + "chardet", "coastsat-package>=0.1.43", + "dask", + "doodleverse-utils>=0.0.35", + "earthengine-api>=0.1.388", + "geojson", # installed by leafmap "geopandas", "jupyterlab>=3.0.0", - "area", - "doodleverse-utils>=0.0.35", - "ipyfilechooser>=0.6.0", - "tqdm", "leafmap>=0.14.0", - "geojson", # installed by leafmap - "aiohttp", "nest-asyncio", - "tensorflow", - "dask", - "ipywidgets>=8.0.6", + "pyTMD", "transformers", - "chardet", - "xarray", - "pyTMD"] + "xarray",] license = { file="LICENSE" } requires-python = ">=3.10" classifiers = [ From 6baff0ea3fa5ce86b4f2b9abc2cb604f60ceace6 Mon Sep 17 00:00:00 2001 From: Sharon Fitzpatrick Date: Wed, 21 Feb 2024 15:45:26 -0800 Subject: [PATCH 2/2] v1.1.37 add back aiohttp --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6c64332e..460d3693 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "coastseg" dynamic = ["readme"] -version = "1.1.36" +version = "1.1.37" authors = [ { name=" Sharon Fitzpatrick", email="sharon.fitzpatrick23@gmail.com" }, ] @@ -13,12 +13,13 @@ authors = [ description = "An interactive jupyter notebook for downloading satellite imagery" dependencies = [ "area", + "aiohttp", "chardet", "coastsat-package>=0.1.43", "dask", "doodleverse-utils>=0.0.35", "earthengine-api>=0.1.388", - "geojson", # installed by leafmap + "geojson", "geopandas", "jupyterlab>=3.0.0", "leafmap>=0.14.0",