Skip to content

Commit

Permalink
Pin shap version to 0.35.0 to prepare for upgrade for 0.36.0 (#294)
Browse files Browse the repository at this point in the history
* Pin shap version to 0.35 to prepare for upgrade for 0.36

* Pinned shap in setup.py
  • Loading branch information
alexcoca authored Aug 28, 2020
1 parent 6fa9e59 commit 845b6be
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ beautifulsoup4>=4.7.1
tensorflow>=2.0
attrs>=19.1.0
prettyprinter>=0.18.0
shap>=0.35.0
shap==0.35.0
scipy>=1.3.1
matplotlib>=3.1.2
typing-extensions>=3.7.2
2 changes: 1 addition & 1 deletion requirements/requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ipykernel>=5.1.0
ipython>=7.2.0
codecov>=2.0.15
pre-commit>=1.20.0
shap>=0.35.0
shap==0.35.0
scipy>=1.3.1
matplotlib>=3.1.2
catboost>=0.23
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ipykernel>=5.1.0
ipython>=7.2.0
codecov>=2.0.15
pre-commit>=1.20.0
shap>=0.35.0
shap==0.35.0
catboost>=0.23
Keras>=2.2.4,<2.4.0
git+git://github.com/SeldonIO/alibi-testing@master#egg=alibi-testing
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def readme():
'spacy[lookups]',
'scikit-image!=0.17.1', # https://github.com/SeldonIO/alibi/issues/215
'tensorflow>=2.0',
'shap',
'shap==0.35',
'scipy',
'typing-extensions>=3.7.2'
],
Expand Down

0 comments on commit 845b6be

Please sign in to comment.