From 7d19f6b0b06ad8bf12fc556a3950c8b65d0c5caf Mon Sep 17 00:00:00 2001 From: Fabiana Zioti Date: Tue, 4 Feb 2025 11:02:08 -0300 Subject: [PATCH] :zap: adding new version of lccs --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 101f694..9856eb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,8 +31,7 @@ dependencies = [ "geopandas>=0.8.2", "plotly==5.5.0", "rich>=13.9.2", - "lccs @ git+https://github.com/fabianazioti/lccs.py@b.9.1", - #"lccs @ git+https://github.com/brazil-data-cube/lccs.py@v0.9.0", + "lccs @ git+https://github.com/brazil-data-cube/lccs.py@b-1.0", "rich>=10.0.0", "httpx>=0.19.0", ]