From 475d8959f1bf3cbd9aa9a730c62ea5fd5651f9eb Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Tue, 28 Jan 2025 17:28:35 +0200 Subject: [PATCH] python312Packages.mlxtend: cleanup unused old numpy_1 argument (cherry picked from commit 9110407f62978963a20e2b10574d7986b4f330b3) --- pkgs/development/python-modules/mlxtend/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/python-modules/mlxtend/default.nix b/pkgs/development/python-modules/mlxtend/default.nix index 61c4acfa2460..d6e970dbd719 100644 --- a/pkgs/development/python-modules/mlxtend/default.nix +++ b/pkgs/development/python-modules/mlxtend/default.nix @@ -7,7 +7,6 @@ pytestCheckHook, scipy, numpy, - numpy_1, scikit-learn, pandas, matplotlib,