Commit 8d9f3599 authored by Tom Hunze's avatar Tom Hunze Committed by github-actions[bot]
Browse files

python313Packages.numpy-typing-compat: relax `uv_build` constraint

(cherry picked from commit 71bb7293)
parent 4ecce935
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -17,6 +17,11 @@ buildPythonPackage rec {
    hash = "sha256-cug9U1tjXWaLpzFeQ66AvhRppvrqb8ltMSUW85s9j6U=";
  };

  postPatch = ''
    substituteInPlace pyproject.toml \
      --replace-fail '"uv_build>=0.8.11,<0.9.0"' '"uv_build>=0.8.11"'
  '';

  build-system = [
    uv-build
  ];