From b16608c2a34d06ed25f5c401c5d337a20c953af7 Mon Sep 17 00:00:00 2001 From: dfguerrerom Date: Fri, 20 Sep 2024 10:49:31 +0200 Subject: [PATCH] update to latest sepal_ui and pin rasterio --- requirements.txt | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2e1cab1..1b12737 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,8 @@ 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 -matplotlib -rasterio - -# rebuild environment \ No newline at end of file +matplotlib \ No newline at end of file