Unless all .pyi are deleted from the numpy installation directory, mypy will prioritize NumPy's bundled stubs over NumType's numpy-stubs, contradicting the typing spec.
So until python/mypy#18997 is fixed and included in a mypy release, we won't be able to release NumType (unless we drop mypy support, but I don't want that).
More info:
Unless all
.pyiare deleted from thenumpyinstallation directory, mypy will prioritize NumPy's bundled stubs over NumType'snumpy-stubs, contradicting the typing spec.So until python/mypy#18997 is fixed and included in a mypy release, we won't be able to release NumType (unless we drop mypy support, but I don't want that).
More info:
.pyistubs python/mypy#18997