interpretml / interpret-community

Interpret Community extends Interpret repository with additional interpretability techniques and utility functions to handle real-world datasets and workflows.

Home Page:https://interpret-community.readthedocs.io/en/latest/index.html

Repository from Github https://github.cominterpretml/interpret-communityRepository from Github https://github.cominterpretml/interpret-community

Allow Pandas 2 in setup.py

NatanMish opened this issue · comments

Is your feature request related to a problem? Please describe.
We want to upgrade our project to use Pandas 2. Interpret is the only package left which does not support Pandas > 2.0

Describe the solution you'd like
Update setup.py to allow Pandas 2 and above

Describe alternatives you've considered
We are quite dependent on interpret in our production system, and would like to continue using it together with pandas

Additional context

I think this will require some code changes since some methods in pandas 2.0 have been deprecated

Thanks @imatiach-msft . I'm happy to try and resolve these with some guidance, I've opened a PR: #596