From cddb66d6552f3fb9912081601303d890dd693cc0 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 14 May 2023 13:04:10 +0200 Subject: python310Packages.scikit-image: rename from scikitimage to match the pname and create an alias for the former name. --- pkgs/development/python-modules/batchgenerators/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development/python-modules/batchgenerators') diff --git a/pkgs/development/python-modules/batchgenerators/default.nix b/pkgs/development/python-modules/batchgenerators/default.nix index 9e0c81570445..a20598b61d01 100644 --- a/pkgs/development/python-modules/batchgenerators/default.nix +++ b/pkgs/development/python-modules/batchgenerators/default.nix @@ -9,7 +9,7 @@ , fetchpatch , scipy , scikit-learn -, scikitimage +, scikit-image , threadpoolctl }: @@ -33,7 +33,7 @@ buildPythonPackage rec { pillow scipy scikit-learn - scikitimage + scikit-image threadpoolctl ]; -- cgit v1.2.3