-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.1.36 remove deps: tensorflow, geojson,aiohttp,ipyfilechooser,ipywi…
…dgets
- Loading branch information
1 parent
0aaf34b
commit 0fb8ffb
Showing
1 changed file
with
9 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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="[email protected]" }, | ||
] | ||
# 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 = [ | ||
|