python3Packages.numpy-typing-compat: fix build

This commit is contained in:
HigherOrderLogic
2026-03-18 10:50:23 +00:00
parent 3c409b40b5
commit fa2f1c52c9
@@ -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
];