From 5921c75615aa68af233d7a6b6274040dea2efe48 Mon Sep 17 00:00:00 2001 From: Sharon Fitzpatrick Date: Wed, 26 Jun 2024 13:33:11 -0700 Subject: [PATCH] v1.2.8 update core_utilities.py to not require "CoastSeg" in working directory --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 61eefa53..4451d631 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "coastseg" dynamic = ["readme"] -version = "1.2.7" +version = "1.2.8" authors = [ { name=" Sharon Fitzpatrick", email="sharon.fitzpatrick23@gmail.com" }, ] @@ -18,7 +18,7 @@ description = "An interactive python package for satellite derived shoreline wor dependencies = [ "h5py>=3.10.0", "pyTMD", - "coastsat-package>=0.1.65", + "coastsat-package>=0.1.71", "area", "aiohttp", "chardet",