From 0c12821eec1363b9d53a461ed7cca8a967ee3cdf Mon Sep 17 00:00:00 2001 From: ruro Date: Thu, 6 Feb 2025 05:37:16 +0300 Subject: [PATCH] python3Packages.scikit-image: switch to primary alias in release-cuda Both `scikitimage` and `scikit-image` refer to the same package, but only the second one is the canonical name. --- pkgs/top-level/release-cuda.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/release-cuda.nix b/pkgs/top-level/release-cuda.nix index 9b6f97a0dbe5..0bb260e07418 100644 --- a/pkgs/top-level/release-cuda.nix +++ b/pkgs/top-level/release-cuda.nix @@ -140,7 +140,7 @@ let pymc = linux; pyrealsense2WithCuda = linux; pytorch-lightning = linux; - scikitimage = linux; + scikit-image = linux; scikit-learn = linux; # Only affected by MKL? scipy = linux; # Only affected by MKL? spacy-transformers = linux;