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