Skip to content

Commit

Permalink
Update shap minimum version to 0.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozGodec committed Jul 9, 2023
1 parent 8753b72 commit 7af1d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"numpy",
"pyqtgraph",
"scipy",
"shap ==0.41.*", # shap makes significant changes between versions
"shap >=0.42.0",
"scikit-learn>=1.0.1",
]

Expand Down

0 comments on commit 7af1d25

Please sign in to comment.