From ac9b707639a4612e1d73b0ae0a2d583c225fe8d9 Mon Sep 17 00:00:00 2001 From: dfguerrerom Date: Fri, 20 Sep 2024 11:01:10 +0200 Subject: [PATCH] update to latest sepal_ui and pin rasterio --- requirements.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 397256a..e23829e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,8 +3,8 @@ voila earthengine-api pre-commit -# 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 matplotlib requests @@ -12,6 +12,4 @@ git+https://github.com/12rambau/xarray_leaflet.git@single_band_mask#egg=xarray_l dask[complete] # Don't remove, this is needed for the xarray_leaflet, otherwise we'll end with <7.8.0 -ipywidgets>=8.1.1 - -# Rebuild \ No newline at end of file +ipywidgets>=8.1.1 \ No newline at end of file