dask-image
dask-image copied to clipboard
Move from `setup.py` to `pyproject.toml`
Increasingly there is a move by Python projects to use pyproject.toml to declare their metadata and dependencies and away from setup.py. Raising this issue to start discussion around how to approach this in Dask-image.
Related upstream issues:
- https://github.com/dask/dask/issues/10032
- https://github.com/dask/distributed/issues/7622