You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
Unless all
.pyi
are deleted from thenumpy
installation 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:
.pyi
stubs python/mypy#18997The text was updated successfully, but these errors were encountered: