From 32156762c637e0b4457ff30943c22ddc0e345015 Mon Sep 17 00:00:00 2001 From: 12rambau Date: Wed, 23 Mar 2022 15:38:17 +0000 Subject: [PATCH] adapt to latest SEPAL environement --- requirements.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 87b6496..963b424 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,20 +7,21 @@ pre-commit # if you require GDAL and or pyproj in your module please uncomment these lines # there are set up to be inlined with SEPAL implementation of GDAL and PROJ version -GDAL==3.0.4 +pygdal==3.4.0.10 pyproj<3.0.0 # uncomment if you want to run your module with GEE in SEPAL -git+git://github.com/openforis/earthengine-api.git@v0.1.270#egg=earthengine-api&subdirectory=python +git+https://github.com/openforis/earthengine-api.git@v0.1.270#egg=earthengine-api&subdirectory=python # the base lib to run any sepal_ui based app # don't forget to fix it to a specific version when you're app is ready sepal_ui==2.5.3 # custom libs +ipywidgets==7.6.5 geopandas==0.10.2 ipyvuetify==1.8.1 -numpy==1.17.4 +numpy==1.19.5 pyperclip==1.8.2 Shapely==1.8.0 traitlets==5.1.1