np.int and np.bool has been depreciated in favour of int and bool, the version in pypi still reflect numpy versions. np.int could be changed from within Python script, but I suspect that np.bool was written into .so files.
Appreciate if you could update these changes.