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
We have just released geopandas 1.0 and I've noticed that pyinterpolate is 0.5 cannot be installed alongside geopandas 1.0 due to your pin pylibtiff==0.5.1 . GeoPandas now requires fairly recent pyogrio which depends on pylibtiff via GDAL and is built only against newer version.
Is there a need to have such a strict pin? Any chance of relaxing it, or at least bumping to 0.6.1?
Thanks!
The text was updated successfully, but these errors were encountered:
One more observation. Pinning geopandas to 1.0 resolves an environment with pyinterpolate 0.4, which probably did not have such restriction. Given the changes in API between 0.4. and 0.5 and unavailability of docs for 0.4 on readthedocs, this can be fairly confusing for users. Happy to assist resolving issues if there are some preventing you from removing the pin.
Hey,
We have just released geopandas 1.0 and I've noticed that pyinterpolate is 0.5 cannot be installed alongside geopandas 1.0 due to your pin
pylibtiff==0.5.1
. GeoPandas now requires fairly recent pyogrio which depends on pylibtiff via GDAL and is built only against newer version.Is there a need to have such a strict pin? Any chance of relaxing it, or at least bumping to 0.6.1?
Thanks!
The text was updated successfully, but these errors were encountered: