summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/word2vec/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/word2vec/default.nix')
-rw-r--r--pkgs/development/python-modules/word2vec/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/word2vec/default.nix b/pkgs/development/python-modules/word2vec/default.nix
index 259566c8fc26..bda8f59d2ef4 100644
--- a/pkgs/development/python-modules/word2vec/default.nix
+++ b/pkgs/development/python-modules/word2vec/default.nix
@@ -4,7 +4,7 @@
, fetchzip
, cython
, numpy
-, scikitlearn
+, scikit-learn
, six
, setuptools_scm
, gcc
@@ -30,7 +30,7 @@ buildPythonPackage rec {
nativeBuildInputs = [ setuptools_scm gcc ];
- propagatedBuildInputs = [ cython numpy scikitlearn six ];
+ propagatedBuildInputs = [ cython numpy scikit-learn six ];
checkInputs = [ pytest pytestcov ];