Skip to content

Commit

Permalink
update interpret-community to shap 0.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imatiach-msft committed Oct 18, 2023
1 parent 6803ca8 commit acfd379
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
pip install raiwidgets
pip install -r requirements-vis.txt
pip install --upgrade scikit-learn
pip install --upgrade "shap<=0.42.1"
pip install --upgrade "shap<=0.43.0"
- name: Install test dependencies
shell: bash -l {0}
run: |
Expand Down
2 changes: 1 addition & 1 deletion devops/templates/test-run-step-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ steps:
pip install responsibleai
pip install rai-core-flask==0.5.0
pip install raiwidgets --no-deps
pip install --upgrade "shap<=0.42.1"
pip install --upgrade "shap<=0.43.0"
pip install -r requirements-vis.txt
displayName: Install vis required pip packages

Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
'scikit-learn',
'packaging',
'interpret-core[required]>=0.1.20, <=0.4.4',
'shap>=0.20.0, <=0.42.1',
'shap>=0.20.0, <=0.43.0',
'raiutils~=0.4.0'
]

Expand Down

0 comments on commit acfd379

Please sign in to comment.