-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from sepal-contrib/master
adapt to latest SEPAL environement
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|