holoviz / datashader

Quickly and accurately render even the largest data.
http://datashader.org
BSD 3-Clause "New" or "Revised" License
3.3k stars 365 forks source link

Pip pyarrow in tests dependencies #1174

Closed ianthomas23 closed 1 year ago

ianthomas23 commented 1 year ago

Recent release of pyarrow 11.0.0 is causing an error when running the examples after pip install. The problem is actually in spatialpandas so will be fixed there. In the meantime, pinning pyarrow version here so that examples pass in CI.