python311Packages.torchvision: remove unused code in derivation
This commit is contained in:
parent
fb35b19424
commit
3620b75b59
1 changed files with 1 additions and 3 deletions
|
@ -8,18 +8,16 @@
|
|||
, pillow
|
||||
, pytest
|
||||
, scipy
|
||||
, symlinkJoin
|
||||
, torch
|
||||
, which
|
||||
}:
|
||||
|
||||
let
|
||||
inherit (torch) cudaCapabilities cudaPackages cudaSupport;
|
||||
inherit (cudaPackages) backendStdenv cudaVersion;
|
||||
inherit (cudaPackages) backendStdenv;
|
||||
|
||||
pname = "torchvision";
|
||||
version = "0.16.2";
|
||||
format = "setuptools";
|
||||
in
|
||||
buildPythonPackage {
|
||||
inherit pname version;
|
||||
|
|
Loading…
Reference in a new issue