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

Switch to pyproject.toml and hatch #1195

Closed ianthomas23 closed 10 months ago

ianthomas23 commented 1 year ago

This is a very early stage proof of concept removing pyctdev and replacing it with use of pyproject.toml and hatch instead, modelled on holoviz/panel#4541.

ianthomas23 commented 10 months ago

This successfully builds and runs the test suite in github actions using pip for all 3 major OSes, and on Ubuntu and macOS using conda, but fails on Windows using conda.