holoviz / datashader

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

Temporarily pin pandas < 2.1 #1275

Closed ianthomas23 closed 10 months ago

ianthomas23 commented 10 months ago

CI is failing due to a problem in SpatialPandas using Pandas 2.1.0 (holoviz/spatialpandas#124). Here temporarily pinning pandas < 2.1 so that CI is not failing all the time. When the SpatialPandas issue is fixed and a new version is released, we can remove this pin.