Merge pull request #248776 from tjni/shap

python3.pkgs.shap: add missing build dependencies

authored by OTABI Tomoya and committed by GitHub 91bdaeb6 ebb22b28

+4
+4
pkgs/development/python-modules/shap/default.nix
··· 13 , nose 14 , numba 15 , numpy 16 , opencv4 17 , pandas 18 , pyspark ··· 25 , tqdm 26 , transformers 27 , xgboost 28 }: 29 30 buildPythonPackage rec { ··· 42 }; 43 44 nativeBuildInputs = [ 45 setuptools 46 ]; 47 48 propagatedBuildInputs = [
··· 13 , nose 14 , numba 15 , numpy 16 + , oldest-supported-numpy 17 , opencv4 18 , pandas 19 , pyspark ··· 26 , tqdm 27 , transformers 28 , xgboost 29 + , wheel 30 }: 31 32 buildPythonPackage rec { ··· 44 }; 45 46 nativeBuildInputs = [ 47 + oldest-supported-numpy 48 setuptools 49 + wheel 50 ]; 51 52 propagatedBuildInputs = [