You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
openeo-python-driver/setup.py
Lines 52 to 75 in e1bb771
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
The text was updated successfully, but these errors were encountered: