Skip to content

Commit

Permalink
Removing dependencies to EE API and RClone
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainv committed May 30, 2024
1 parent 20a8187 commit ff15060
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ def find_version(pkg_name):
entry_points={"console_scripts": [
"forestatrisk = forestatrisk.forestatrisk:main"]},
install_requires=[
"earthengine-api",
"gdal",
"numpy",
"matplotlib",
Expand All @@ -93,8 +92,7 @@ def find_version(pkg_name):
],
extras_require={
"interactive": ["jupyter", "python-dotenv", "geopandas",
"descartes", "folium"],
"dev": ["pre-commit"],
"descartes", "folium"]
},
include_dirs=numpy.distutils.misc_util.get_numpy_include_dirs(),
zip_safe=False,
Expand Down

0 comments on commit ff15060

Please sign in to comment.