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

slim down essential openeo-python-driver dependencies #296

Open
soxofaan opened this issue Jun 28, 2024 · 0 comments
Open

slim down essential openeo-python-driver dependencies #296

soxofaan opened this issue Jun 28, 2024 · 0 comments

Comments

@soxofaan
Copy link
Member

install_requires=[
"flask>=2.0.0",
"werkzeug>=3.0.3", # https://github.com/Open-EO/openeo-python-driver/issues/243
"requests>=2.28.0",
"openeo>=0.25.0",
"openeo_processes==0.0.4", # 0.0.4 is special build/release, also see https://github.com/Open-EO/openeo-python-driver/issues/152
"gunicorn>=20.0.1",
"numpy>=1.22.0",
"shapely<2.0.0", # https://github.com/Open-EO/openeo-python-driver/issues/158
"pandas>=1.4.0",
"geopandas>=0.11.0", # 0.11.0 fixes https://github.com/geopandas/geopandas/pull/2243
"xarray>=0.16.2",
"flask-cors",
"pyproj>=2.1.0",
"python-dateutil",
"python-json-logger>=2.0.0",
"deprecated>=1.2.12",
"importlib_resources; python_version<'3.10'",
"attrs>=23.1.0",
"fiona>=1.9.0",
"reretry~=0.11.8",
"markdown>3.4",
"traceback-with-variables==2.0.4",
],

openeo-python-driver contains some functionality (which requires certain dependencies) that are specific to the main downstream user: the geopyspark driver.

the python driver is actually also the driver for the openeo-aggregator, which does not require some dependencies required for concrete processing (numpy, xarray, pandas, ...)

It would help simplifying the packaging/dockerizing of openeo-aggregator if these unused dependencies can be avoided

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant