Install documentation doesn't mention that Cython is now required to build wheels (as implemented in d630d96).
https://numpy.org/devdocs/user/building.html:
To build development versions of NumPy, you’ll need a recent version of Cython. Released NumPy sources on PyPi include the C files generated from Cython code, so for released versions having Cython installed isn’t needed.
Install documentation doesn't mention that Cython is now required to build wheels (as implemented in d630d96).
https://numpy.org/devdocs/user/building.html: