Skip to content

Commit f445542

Browse files
Update shap requirement from <0.42.0,>=0.40.0 to >=0.40.0,<0.43.0 (#944)
Updates the requirements on [shap](https://github.com/slundberg/shap) to permit the latest version. - [Release notes](https://github.com/slundberg/shap/releases) - [Changelog](https://github.com/slundberg/shap/blob/master/CHANGELOG.md) - [Commits](shap/shap@v0.40.0...v0.42.0) --- updated-dependencies: - dependency-name: shap dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 62a4e9a commit f445542

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements/docs.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ipykernel>=5.1.0, <7.0.0 # required for executing notebooks via nbsphinx
1111
ipython>=7.2.0, <9.0.0 # required for executing notebooks nbsphinx
1212
# dependencies required for imports to work and docs to render properly (as mocking doesn't work well)
1313
# these should be identical to the ones in `setup.py` or `dev.txt`
14-
shap>=0.40.0, <0.42.0 # https://github.com/SeldonIO/alibi/issues/333
14+
shap>=0.40.0, <0.43.0 # https://github.com/SeldonIO/alibi/issues/333
1515
# pandoc
1616
# pandoc==2.9.2.1 # NB: as this is not a Python library, it should be installed manually on the system or via a package manager such as `conda`
1717
# alibi dependencies (these are installed on ReadTheDocs so are not mocked)

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ def readme():
1313
'ray': ['ray>=0.8.7, <3.0.0'],
1414
# shap is separated due to build issues, see https://github.com/slundberg/shap/pull/1802
1515
'shap': [
16-
'shap>=0.40.0, <0.42.0', # versioning: https://github.com/SeldonIO/alibi/issues/333
16+
'shap>=0.40.0, <0.43.0', # versioning: https://github.com/SeldonIO/alibi/issues/333
1717
'numba>=0.50.0, !=0.54.0, <0.58.0', # Avoid 0.54 due to: https://github.com/SeldonIO/alibi/issues/466
1818
],
1919

2020
'tensorflow': ['tensorflow>=2.0.0, !=2.6.0, !=2.6.1, <2.13.0'],
2121
'torch': ['torch>=1.9.0, <2.0.0'],
2222
'all': [
2323
'ray>=0.8.7, <3.0.0',
24-
'shap>=0.40.0, <0.42.0',
24+
'shap>=0.40.0, <0.43.0',
2525
'numba>=0.50.0, !=0.54.0, <0.58.0',
2626
'tensorflow>=2.0.0, !=2.6.0, !=2.6.1, <2.13.0',
2727
'torch>=1.9.0, <3.0.0'

0 commit comments

Comments
 (0)