I am using Shapely, geopandas and pygeos and get the following warning:
UserWarning: The Shapely GEOS version (3.10.2-CAPI-1.16.0) is incompatible with the GEOS version PyGEOS was compiled with (3.10.1-CAPI-1.16.0). Conversions between both will be slow.
The respective versions are:
Shapely 1.8.2
geopandas 0.10.2
pygeos 0.12.0
Question:
Can I solve this issue by upgrading / downgrading one of the versions? I was not able to find a list of compatible versions.