Skip to content

Commit

Permalink
Merge pull request #27 from sepal-contrib/master
Browse files Browse the repository at this point in the history
adapt to latest SEPAL environement
  • Loading branch information
12rambau authored Mar 25, 2022
2 parents 5869429 + 3215676 commit 9685987
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]#egg=earthengine-api&subdirectory=python
git+https://github.com/openforis/[email protected]#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
Expand Down

0 comments on commit 9685987

Please sign in to comment.