Required prerequisites
What version (or hash if on master) of pybind11 are you using?
3.0.0
Problem description
pybind11 3.0.0 uses deprecated numpy.bool dtype.
This type is deprecated since numpy==1.2.0: bool should be used instead (see here)
This was also mentioned in this pybind11-stubgen PR pybind/pybind11-stubgen#263
Reproducible example code
Is this a regression? Put the last known working version here if it is.
Yes
Required prerequisites
What version (or hash if on master) of pybind11 are you using?
3.0.0
Problem description
pybind11 3.0.0 uses deprecated
numpy.booldtype.This type is deprecated since
numpy==1.2.0:boolshould be used instead (see here)This was also mentioned in this
pybind11-stubgenPR pybind/pybind11-stubgen#263Reproducible example code
Is this a regression? Put the last known working version here if it is.
Yes