summary refs log tree commit diff
path: root/pkgs/development/python-modules/skorch
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/skorch
parenta17bfa39ceb81d26c5814d657fdd6935da10556a (diff)
downloadnixpkgs-cd8f3e6c448c1622b26a80c62e03e42857ec099b.tar
nixpkgs-cd8f3e6c448c1622b26a80c62e03e42857ec099b.tar.gz
nixpkgs-cd8f3e6c448c1622b26a80c62e03e42857ec099b.tar.bz2
nixpkgs-cd8f3e6c448c1622b26a80c62e03e42857ec099b.tar.lz
nixpkgs-cd8f3e6c448c1622b26a80c62e03e42857ec099b.tar.xz
nixpkgs-cd8f3e6c448c1622b26a80c62e03e42857ec099b.tar.zst
nixpkgs-cd8f3e6c448c1622b26a80c62e03e42857ec099b.zip
python3Packages.scikitlearn: rename to scikit-learn
Diffstat (limited to 'pkgs/development/python-modules/skorch')
-rw-r--r--pkgs/development/python-modules/skorch/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/skorch/default.nix b/pkgs/development/python-modules/skorch/default.nix
index 3504557b502..db3b8ed4312 100644
--- a/pkgs/development/python-modules/skorch/default.nix
+++ b/pkgs/development/python-modules/skorch/default.nix
@@ -8,7 +8,7 @@
 , numpy
 , pandas
 , pytorch
-, scikitlearn
+, scikit-learn
 , scipy
 , tabulate
 , tqdm
@@ -23,7 +23,7 @@ buildPythonPackage rec {
     sha256 = "9910f97339e654c8d38e0075d87b735e69e5eb11db59c527fb36705b30c8d0a4";
   };
 
-  propagatedBuildInputs = [ numpy pytorch scikitlearn scipy tabulate tqdm ];
+  propagatedBuildInputs = [ numpy pytorch scikit-learn scipy tabulate tqdm ];
   checkInputs = [ pytest pytestcov flaky pandas pytestCheckHook ];
 
   disabledTests = [