about summary refs log tree commit diff
path: root/pkgs/development/python-modules/hdbscan
diff options
context:
space:
mode:
authorDavHau <hsngrmpf+github@gmail.com>2021-05-15 01:46:36 +0700
committerDavHau <hsngrmpf+github@gmail.com>2021-05-17 17:41:36 +0700
commitcd8f3e6c448c1622b26a80c62e03e42857ec099b (patch)
treede3335decfd1cd39513777eb4043db16e7690df1 /pkgs/development/python-modules/hdbscan
parenta17bfa39ceb81d26c5814d657fdd6935da10556a (diff)
python3Packages.scikitlearn: rename to scikit-learn
Diffstat (limited to 'pkgs/development/python-modules/hdbscan')
-rw-r--r--pkgs/development/python-modules/hdbscan/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/hdbscan/default.nix b/pkgs/development/python-modules/hdbscan/default.nix
index d2590d14955cd..269062a1e71ee 100644
--- a/pkgs/development/python-modules/hdbscan/default.nix
+++ b/pkgs/development/python-modules/hdbscan/default.nix
@@ -5,7 +5,7 @@
 , numpy
 , pytestCheckHook
 , scipy
-, scikitlearn
+, scikit-learn
 , fetchPypi
 , joblib
 , six
@@ -29,7 +29,7 @@ buildPythonPackage rec {
   ];
 
   nativeBuildInputs = [ cython ];
-  propagatedBuildInputs = [ numpy scipy scikitlearn joblib six ];
+  propagatedBuildInputs = [ numpy scipy scikit-learn joblib six ];
   preCheck = ''
     cd hdbscan/tests
     rm __init__.py