python312Packages.shap: 0.45.1 -> 0.46.0 (#352088)
This commit is contained in:
commit
91d8cd738d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user