summary refs log tree commit diff
path: root/pkgs/development/python-modules/image-match/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/image-match/default.nix')
-rw-r--r--pkgs/development/python-modules/image-match/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/image-match/default.nix b/pkgs/development/python-modules/image-match/default.nix
index 25c3c901a4e..49d1062abc3 100644
--- a/pkgs/development/python-modules/image-match/default.nix
+++ b/pkgs/development/python-modules/image-match/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, buildPythonPackage, fetchFromGitHub, pytestrunner, dask, scikitimage, six }:
+{ stdenv, buildPythonPackage, fetchFromGitHub, pytestrunner, scikitimage }:
 
 buildPythonPackage {
   pname = "image-match";