Closed DAVINDERYADAVRJIT closed 1 year ago
I downgrade to override the flask issue and ends up with AttributeError: module 'numpy' has no attribute 'bool'.
piece of code I'm running is what has been shared as Example of use
yeah, seems to be incompatibilility with the shap library and numpy 1.24, so you need to downgrade to numpy==1.23
Just did a release that pins the numpy dependency for now...
I downgrade to override the flask issue and ends up with AttributeError: module 'numpy' has no attribute 'bool'.
piece of code I'm running is what has been shared as Example of use