python312Packages.shap: 0.45.1 -> 0.46.0 (#352088)

This commit is contained in:
Theodore Ni 2024-10-31 13:07:59 -07:00 committed by GitHub
commit 91d8cd738d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,6 @@
matplotlib,
numba,
numpy,
oldest-supported-numpy,
opencv4,
pandas,
pyspark,
@ -43,13 +42,18 @@ buildPythonPackage rec {
hash = "sha256-qW36/Xw5oaYKmaMfE5euzkED9CKkjl2O55aO0OpCkfI=";
};
nativeBuildInputs = [
oldest-supported-numpy
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "numpy>=2.0" "numpy"
'';
build-system = [
numpy
setuptools
setuptools-scm
];
propagatedBuildInputs = [
dependencies = [
cloudpickle
numba
numpy