Skip to content

Commit

Permalink
Relaxing SHAP version.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 638351905
  • Loading branch information
RyanMullins authored and LIT team committed May 29, 2024
1 parent b3c120b commit 5188c8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
"saliency>=0.1.3",
"scikit-learn>=1.0.2",
"scipy>=1.10.1",
"shap==0.42.0",
"shap>=0.42.0,<0.46.0",
"six>=1.16.0",
"termcolor>=2.3.0",
"tqdm>=4.64.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements_core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ sacrebleu>=2.3.1
saliency>=0.1.3
scikit-learn>=1.0.2
scipy>=1.10.1
shap==0.42.0
shap>=0.42.0,<0.46.0
six>=1.16.0
termcolor>=2.3.0
tqdm>=4.64.0
Expand Down

0 comments on commit 5188c8c

Please sign in to comment.