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

Fix python 3.7 CI #1187

Closed ianthomas23 closed 1 year ago

ianthomas23 commented 1 year ago

Python 3.7 windows CI is failing as mamba cannot resolve the dependencies. A number of dependent packages have stopped support for 3.7. Here I am removing that particular CI run from the pyctdev/holoviz_tasks conda-based run and replaced them with a pip equivalent which is much easier to control.

ianthomas23 commented 1 year ago

Closing as superseded by #1188.