Unverified Commit 91d8cd73 authored by Theodore Ni's avatar Theodore Ni Committed by GitHub
Browse files

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

parents 59c5d168 66054eee
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
@@ -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