CS-SI / eodag

Earth Observation Data Access Gateway
https://eodag.readthedocs.io
Apache License 2.0
316 stars 43 forks source link

tests failing due to issues with shapely and python 3.12 #1302

Closed jlahovnik closed 1 week ago

jlahovnik commented 3 weeks ago

If python 3.12 is used, during the python 3.12 test run several tests are failing due to an error in the shapely library, see for example this failed run: test run

There are 2 possible solutions:

Environment:

Additional context Add any other context about the bug here.

EwoutH commented 3 weeks ago

Shapely 2.0.6 is now released, which resolved the issue with NumPy 2.1.0.

jlahovnik commented 3 weeks ago

pull request created to enforce the use of shapely 2.0.6