python311Packages.shap: fix build]

This commit is contained in:
Martin Weinelt 2024-03-18 04:02:47 +01:00
parent 3f38892105
commit 45bd8ad0a3
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -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 = [