From 5c0092eeaf36738c72f2a9932d7eb6aa5a37dfe1 Mon Sep 17 00:00:00 2001 From: ruro Date: Thu, 6 Feb 2025 05:36:54 +0300 Subject: [PATCH] python3Packages.keras: switch to primary alias in release-cuda Both `Keras` and `keras` 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 6f49fde4bbb9..9b6f97a0dbe5 100644 --- a/pkgs/top-level/release-cuda.nix +++ b/pkgs/top-level/release-cuda.nix @@ -126,7 +126,7 @@ let grad-cam = linux; jaxlib = linux; jax = linux; - Keras = linux; + keras = linux; kornia = linux; mmcv = linux; mxnet = linux;