Merge pull request #248776 from tjni/shap

python3.pkgs.shap: add missing build dependencies
This commit is contained in:
OTABI Tomoya 2023-08-13 10:46:14 +09:00 committed by GitHub
commit 91bdaeb6d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@
, nose
, numba
, numpy
, oldest-supported-numpy
, opencv4
, pandas
, pyspark
@ -25,6 +26,7 @@
, tqdm
, transformers
, xgboost
, wheel
}:
buildPythonPackage rec {
@ -42,7 +44,9 @@ buildPythonPackage rec {
};
nativeBuildInputs = [
oldest-supported-numpy
setuptools
wheel
];
propagatedBuildInputs = [