-
Notifications
You must be signed in to change notification settings - Fork 102
Closed
Description
It would be good to move to pyproject.toml
in Numcodecs. In particular it would be nice to add build requirements (like Cython) and setup_requires
to pyproject.toml
.
This should also allow us to do things like dropped the vendored C files, which cause us some pain periodically ( #358 (comment) ). Plus drop some of the complexity in setup.py
.
FWIW this was done for Zarr in PR ( zarr-developers/zarr-python#1158 ).
Metadata
Metadata
Assignees
Labels
No labels