diff --git a/aces/__init__.py b/aces/__init__.py index 4fb27d0..57c92a8 100644 --- a/aces/__init__.py +++ b/aces/__init__.py @@ -11,4 +11,4 @@ __author__ = """Biplov Bhandari""" __email__ = "bionicbiplov45@gmail.com" -__version__ = "0.0.13" +__version__ = "0.0.14" diff --git a/pyproject.toml b/pyproject.toml index a5d2f1c..469c7b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "servir-aces" -version = "0.0.13" +version = "0.0.14" dynamic = [ "dependencies", ] @@ -27,6 +27,12 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] +[project.optional-dependencies] +extra = [ + "apache-beam[gcp]>=2.38.0", + # Other dev dependencies can be listed here +] + [tool] [tool.setuptools.packages.find] include = ["aces*"] @@ -41,7 +47,7 @@ universal = true [tool.bumpversion] -current_version = "0.0.13" +current_version = "0.0.14" commit = true tag = true diff --git a/requirements.txt b/requirements.txt index 7c3de82..200a977 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,5 @@ numpy tensorflow>=2.9.3 -apache-beam[gcp]>=2.38.0 earthengine-api python-dotenv>=1.0.0 matplotlib