Closed ShubhamBhut closed 11 months ago
Hi, thanks for your issue,
To add support for Python 3.11 in Shapash, its main dependencies (shap, lime, acv,...) must be compatible with Python3.11.
We'll see how to add support with some dependencies that don't seem to be maintained anymore
Hi Guys I see that shap is supporting 3.11 0.42.0, is there any other blockers?
Hello, thanks for the reminder,
Since the new shap maintenance and the choice to remove the "acv-exp" dependency that wasn't maintained, we can go to 3.11.
We'll do a release tomorrow or next week.
In the meantime, you can always clone or fork the project and install shapash with:
pip install -e .
Request to add support for python 3.11