about summary refs log tree commit diff
path: root/nixos/modules/services/development
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 /nixos/modules/services/development
parenta17bfa39ceb81d26c5814d657fdd6935da10556a (diff)
downloadnixlib-cd8f3e6c448c1622b26a80c62e03e42857ec099b.tar
nixlib-cd8f3e6c448c1622b26a80c62e03e42857ec099b.tar.gz
nixlib-cd8f3e6c448c1622b26a80c62e03e42857ec099b.tar.bz2
nixlib-cd8f3e6c448c1622b26a80c62e03e42857ec099b.tar.lz
nixlib-cd8f3e6c448c1622b26a80c62e03e42857ec099b.tar.xz
nixlib-cd8f3e6c448c1622b26a80c62e03e42857ec099b.tar.zst
nixlib-cd8f3e6c448c1622b26a80c62e03e42857ec099b.zip
python3Packages.scikitlearn: rename to scikit-learn
Diffstat (limited to 'nixos/modules/services/development')
-rw-r--r--nixos/modules/services/development/jupyter/default.nix2
-rw-r--r--nixos/modules/services/development/jupyterhub/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/development/jupyter/default.nix b/nixos/modules/services/development/jupyter/default.nix
index 6a5fd6b2940e..21b84b3bcdaa 100644
--- a/nixos/modules/services/development/jupyter/default.nix
+++ b/nixos/modules/services/development/jupyter/default.nix
@@ -131,7 +131,7 @@ in {
             env = (pkgs.python3.withPackages (pythonPackages: with pythonPackages; [
                     ipykernel
                     pandas
-                    scikitlearn
+                    scikit-learn
                   ]));
           in {
             displayName = "Python 3 for machine learning";
diff --git a/nixos/modules/services/development/jupyterhub/default.nix b/nixos/modules/services/development/jupyterhub/default.nix
index f1dcab68b000..a1df4468cfff 100644
--- a/nixos/modules/services/development/jupyterhub/default.nix
+++ b/nixos/modules/services/development/jupyterhub/default.nix
@@ -117,7 +117,7 @@ in {
             env = (pkgs.python3.withPackages (pythonPackages: with pythonPackages; [
                     ipykernel
                     pandas
-                    scikitlearn
+                    scikit-learn
                   ]));
           in {
             displayName = "Python 3 for machine learning";