Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

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

オープン
#36 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
2/5
見積もり時間
1〜3時間
初心者へのやさしさ
48/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
python

調査の方向性

まず FastTreeSHAP の依存関係宣言を見つけ、固定された slicer のバージョンが shap 0.46.0 とどのように解決されるかを確認します。パッケージを slicer 0.0.8 と共にインストールできること、また依存関係のメタデータまたは関連するインストールチェックによって競合が解決されていることを確認します。

索引モデルが issue の本文から書いたものです。

説明

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!

主要言語
Python
スター
566
フォーク
38
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

linkedin/FastTreeSHAP のほかの issue

linkedin/FastTreeSHAP の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。