ramonhagenaars / nptyping

💡 Type hints for Numpy and Pandas
MIT License
593 stars 30 forks source link

np.bool8 is deprecated; import of nptyping fails #124

Open GFleishman opened 1 month ago

GFleishman commented 1 month ago

np.bool8 is deprecated since numpy v 1.24: https://github.com/numpy/numpy/issues/23755

This line should be modified: https://github.com/ramonhagenaars/nptyping/blob/785cd07e65f992f47256398fd01f62067928d29c/nptyping/typing_.py#L51