python3Packages.nixl: fix by relaxing torch in build-system (#530363)
This commit is contained in:
@@ -40,7 +40,10 @@ buildPythonPackage.override { inherit (nixl) stdenv; } (finalAttrs: {
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace-fail \
|
||||
'"patchelf",' \
|
||||
""
|
||||
"" \
|
||||
--replace-fail \
|
||||
"torch==2.11.*" \
|
||||
"torch"
|
||||
'';
|
||||
|
||||
build-system = [
|
||||
|
||||
Reference in New Issue
Block a user