summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/umap-learn/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/umap-learn/default.nix')
-rw-r--r--pkgs/development/python-modules/umap-learn/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/umap-learn/default.nix b/pkgs/development/python-modules/umap-learn/default.nix
index f888704e6a8c..fcf96a715f15 100644
--- a/pkgs/development/python-modules/umap-learn/default.nix
+++ b/pkgs/development/python-modules/umap-learn/default.nix
@@ -3,7 +3,7 @@
, fetchFromGitHub
, nose
, numpy
-, scikitlearn
+, scikit-learn
, scipy
, numba
, pynndescent
@@ -24,7 +24,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
numpy
- scikitlearn
+ scikit-learn
scipy
numba
pynndescent