Skip to content

Commit

Permalink
v0.0.72.dev2
Browse files Browse the repository at this point in the history
  • Loading branch information
2320sharon committed Jul 24, 2023
1 parent 09daeae commit fd4a049
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "coastseg"
dynamic = ["readme"]
version = "0.0.72.dev1"
version = "0.0.72.dev2"
authors = [
{ name=" Sharon Fitzpatrick", email="sharon.fitzpatrick23@gmail.com" },
]
Expand All @@ -23,11 +23,13 @@ dependencies = [
"nest-asyncio",
"tensorflow",
"dask",
"ipywidgets>=8.0.6" ]
"ipywidgets>=8.0.6",
"transformers",
"chardet" ]
# "pyTMD",
# "xarray"]
license = { file="LICENSE" }
requires-python = ">=3.8"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit fd4a049

Please sign in to comment.