Numpy 2.1.0 dropped support for Python 3.9, and should thus increment the default feature level to the first NumPy version that supported Python 3.10 (which would be 1.21 AFAIU); this is also commented in the code
|
/* Use the default (increase when dropping Python 3.9 support) */ |
|
#define NPY_FEATURE_VERSION NPY_1_19_API_VERSION |