python3.pkgs.shap: add missing build dependencies

This commit is contained in:
Theodore Ni
2023-08-12 13:20:21 -07:00
parent 7ac0e3ae29
commit 8a4c856373
@@ -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 = [