From c6eae29f478e2ef8ad7d2fedb46eb589a94c2774 Mon Sep 17 00:00:00 2001 From: Fabiana Zioti Vieira Date: Wed, 22 Jan 2025 10:47:59 -0300 Subject: [PATCH] :arrow_up: add lccs 9.1 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 684a4ee..b9605d8 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,8 @@ 'geopandas>=0.8.2', 'plotly==5.5.0', 'rich>=13.9.2', - 'lccs @ git+https://github.com/brazil-data-cube/lccs.py@v0.9.0', + 'lccs @ git+https://github.com/fabianazioti/lccs.py@b.9.1', + #'lccs @ git+https://github.com/brazil-data-cube/lccs.py@v0.9.0', ] packages = find_packages()