Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adapt to latest SEPAL environement #27

Merged
merged 1 commit into from
Mar 25, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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