holoviz / spatialpandas

Pandas extension arrays for spatial/geometric operations
BSD 2-Clause "Simplified" License
308 stars 24 forks source link

Fix arrow dependencies #91

Closed ianthomas23 closed 2 years ago

ianthomas23 commented 2 years ago

Using conda install to run the tests both locally (ubuntu) and in CI gives an incompatible combination of pyarrow and libstdcxx-ng. See https://github.com/conda-forge/arrow-cpp-feedstock/issues/771.

Here trying the recommended fix which is to require a more recent libstdcxx-ng. This works locally for me.

ianthomas23 commented 2 years ago

Confirmed that this fixes the dependency problems, so I am merging it to continue fixing the remaining CI failures.