-
-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
Milestone
Description
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:
<
5B0B
/div>