mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-26 22:14:42 +00:00
Merge pull request #248776 from tjni/shap
python3.pkgs.shap: add missing build dependencies
This commit is contained in:
commit
91bdaeb6d6
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user