diff --git a/pyproject.toml b/pyproject.toml index 02d35951..460d3693 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,32 +5,28 @@ build-backend = "setuptools.build_meta" [project] name = "coastseg" dynamic = ["readme"] -version = "1.1.35" +version = "1.1.37" 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", + "aiohttp", + "chardet", "coastsat-package>=0.1.43", + "dask", + "doodleverse-utils>=0.0.35", + "earthengine-api>=0.1.388", + "geojson", "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 = [