Commit fa2f1c52 authored by HigherOrderLogic's avatar HigherOrderLogic
Browse files

python3Packages.numpy-typing-compat: fix build

parent 3c409b40
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -17,6 +17,10 @@ buildPythonPackage rec {
    hash = "sha256-WYgtI6r/BUolNtqAVkASzc4zSHZXvk15xZJbuHBfyrw=";
  };

  postPatch = ''
    substituteInPlace pyproject.toml --replace-fail "uv_build>=0.9,<0.10" "uv_build>=0.9,<=0.10"
  '';

  build-system = [
    uv-build
  ];