Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't be used with the latest shap package because of the slicer version conflict #36

Open
alexdashkov opened this issue Jul 8, 2024 · 0 comments

Comments

@alexdashkov
Copy link

Hello,

FastTreeSHAP package has a pinned version of the slicer to 0.0.7 and it blocks an update of the shap package to the latest version (which requires slicer==0.0.8).

An example of the error:

poetry add shap@latest
Using version ^0.46.0 for shap

Updating dependencies
Resolving dependencies... (0.1s)

Because no versions of shap match >0.46.0,<0.47.0
 and shap (0.46.0) depends on slicer (0.0.8), shap (>=0.46.0,<0.47.0) requires slicer (0.0.8).
And because fasttreeshap (0.1.6) depends on slicer (0.0.7)
 and no versions of fasttreeshap match >0.1.6,<0.2.0, shap (>=0.46.0,<0.47.0) is incompatible with fasttreeshap (>=0.1.6,<0.2.0).

Would it be possible to make an update to be able to use FastTreeSHAP with slicer==0.0.8?
Slicer release : https://github.com/interpretml/slicer/releases/tag/v0.0.8

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant