From 707fdaa869f3caacd3733f2ed411f0e8c5bba164 Mon Sep 17 00:00:00 2001 From: Ben Darwin Date: Sun, 31 Mar 2024 11:58:50 -0400 Subject: [PATCH] python311Packages.tensorly: remove unused inputs --- pkgs/development/python-modules/tensorly/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/tensorly/default.nix b/pkgs/development/python-modules/tensorly/default.nix index ad42066758a8..a6e5c5a42e6e 100644 --- a/pkgs/development/python-modules/tensorly/default.nix +++ b/pkgs/development/python-modules/tensorly/default.nix @@ -1,5 +1,4 @@ -{ stdenv -, lib +{ lib , buildPythonPackage , fetchFromGitHub , numpy