summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/shap
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/shap')
-rw-r--r--pkgs/development/python-modules/shap/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/shap/default.nix b/pkgs/development/python-modules/shap/default.nix
index 5600f4a6aa0f..128dacfd55a8 100644
--- a/pkgs/development/python-modules/shap/default.nix
+++ b/pkgs/development/python-modules/shap/default.nix
@@ -5,7 +5,7 @@
, pytestCheckHook
, numpy
, scipy
-, scikitlearn
+, scikit-learn
, pandas
, tqdm
, slicer
@@ -30,7 +30,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
numpy
scipy
- scikitlearn
+ scikit-learn
pandas
tqdm
slicer