Skip to content

Commit

Permalink
Merge branch 'main' into issue/228
Browse files Browse the repository at this point in the history
  • Loading branch information
2320sharon committed Feb 23, 2024
2 parents 2640d64 + 6baff0e commit 05f5630
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 05f5630

Please sign in to comment.