From 67d024ad2832b3355a6c236f551357c2988d9d31 Mon Sep 17 00:00:00 2001 From: dfguerrerom Date: Fri, 20 Sep 2024 10:41:49 +0200 Subject: [PATCH] update to latest sepal_ui and pin rasterio --- requirements.txt | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3acecad..efec6d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,15 +2,12 @@ wheel voila earthengine-api -# Fixes authentication process -git+https://github.com/12rambau/sepal_ui.git@sepal_pre_release +sepal_ui==2.20.0 +rasterio<1.3.11 # Leave it here even if it's already in the sepal_ui requirements. Check https://github.com/openforis/sepal/issues/328 # custom libs geopandas numpy pyperclip Shapely -Unidecode - - -# Rebuild the environment \ No newline at end of file +Unidecode \ No newline at end of file