diff --git a/setup.py b/setup.py index 0f9fa9a..8aafa3d 100644 --- a/setup.py +++ b/setup.py @@ -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", ]