Merge pull request #310753 from annaleeleaves/pykdtree-relax-build-numpy

python312Packages.pykdtree: relax build-system numpy; unbreak

authored by Weijia Wang and committed by GitHub 9039bd93 9d62e426

+5
+5
pkgs/development/python-modules/pykdtree/default.nix
··· 24 24 hash = "sha256-zCCypnxkBWSFoxTSwrbbo1SvfuHI+42uG+byk2o3Q0E="; 25 25 }; 26 26 27 + postPatch = '' 28 + substituteInPlace pyproject.toml \ 29 + --replace-warn "numpy>=2.0.0rc1,<3" "numpy" 30 + ''; 31 + 27 32 nativeBuildInputs = [ 28 33 cython 29 34 numpy