Open-EO / openeo-geopyspark-driver

OpenEO driver for GeoPySpark (Geotrellis)
Apache License 2.0
25 stars 4 forks source link

boto3 dependency conflict #780

Closed soxofaan closed 1 month ago

soxofaan commented 1 month ago

openeo-geopyspark-driver currently pins 'boto3==1.16.25': https://github.com/Open-EO/openeo-geopyspark-driver/blob/7ca344f09bff14532e93376679253f53046d5068/setup.py#L88

but openeo-pythondriver has "boto3[s3]>=1.26.17" (dev/test dependency) https://github.com/Open-EO/openeo-python-driver/blob/7733c4dcfc00a830d7fa0c11a37d840476e5ecd3/setup.py#L25

This causes pip to complain (with error message) about when you try to setup/update a dev environment