python3Packages.nixl: fix by relaxing torch in build-system (#530363)

This commit is contained in:
Nick Cao
2026-06-10 20:10:12 +00:00
committed by GitHub
@@ -40,7 +40,10 @@ buildPythonPackage.override { inherit (nixl) stdenv; } (finalAttrs: {
substituteInPlace pyproject.toml \
--replace-fail \
'"patchelf",' \
""
"" \
--replace-fail \
"torch==2.11.*" \
"torch"
'';
build-system = [