python311Packages.shap: fix build]
This commit is contained in:
parent
3f38892105
commit
45bd8ad0a3
1 changed files with 2 additions and 2 deletions
|
@ -22,11 +22,11 @@
|
|||
, scipy
|
||||
, sentencepiece
|
||||
, setuptools
|
||||
, setuptools-scm
|
||||
, slicer
|
||||
, tqdm
|
||||
, transformers
|
||||
, xgboost
|
||||
, wheel
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -46,7 +46,7 @@ buildPythonPackage rec {
|
|||
nativeBuildInputs = [
|
||||
oldest-supported-numpy
|
||||
setuptools
|
||||
wheel
|
||||
setuptools-scm
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue