about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorRobert Schütz <rschuetz17@gmail.com>2018-03-23 09:55:04 +0100
committerGitHub <noreply@github.com>2018-03-23 09:55:04 +0100
commit1aedde9e343391f4a58f94cc40ff8584d7ba025c (patch)
tree9719ab145120c52da177f59e0b05e0c0bd96816b /pkgs/top-level
parent421a4a2a7583772064a28901b90d02af9ff07c79 (diff)
parentc26864122d7c6304fc2ce372075e7a91e0f10714 (diff)
Merge pull request #37566 from Ma27/init-face-recognition
pythonPackages.face_recognition: init at 1.2.1
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/python-packages.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index a86c79da03d1a..25aa2e9514f94 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -4184,6 +4184,10 @@ in {
     };
   };
 
+  face_recognition = callPackage ../development/python-modules/face_recognition { };
+
+  face_recognition_models = callPackage ../development/python-modules/face_recognition_models { };
+
   faker = callPackage ../development/python-modules/faker { };
 
   fake_factory = buildPythonPackage rec {