From 96f79137539dba1792f5a711a552ae82cc8ff893 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Wed, 21 Aug 2024 04:19:29 +0200 Subject: [PATCH] python3Packages.shap: drop nose dependency --- pkgs/development/python-modules/shap/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/python-modules/shap/default.nix b/pkgs/development/python-modules/shap/default.nix index 65f6a1628a98d41..25246028a5144fe 100644 --- a/pkgs/development/python-modules/shap/default.nix +++ b/pkgs/development/python-modules/shap/default.nix @@ -11,7 +11,6 @@ lightgbm, lime, matplotlib, - nose, numba, numpy, oldest-supported-numpy, @@ -108,7 +107,6 @@ buildPythonPackage rec { nativeCheckInputs = [ ipython matplotlib - nose pytest-mpl pytestCheckHook # optional dependencies, which only serve to enable more tests: