python310Packages.torchvision: 0.15.2 -> 0.16.1

This commit is contained in:
Gaetan Lepage 2023-10-05 16:00:26 +02:00
parent 2a33d391c9
commit b031746412

View File

@ -40,7 +40,7 @@ let
};
pname = "torchvision";
version = "0.15.2";
version = "0.16.1";
in
buildPythonPackage {
inherit pname version;
@ -49,7 +49,7 @@ buildPythonPackage {
owner = "pytorch";
repo = "vision";
rev = "refs/tags/v${version}";
hash = "sha256-KNbOgd6PCINZqZ24c/Ev+ODux3ik5iUlzem9uUfQArM=";
hash = "sha256-TsYBDtedTQ3+F3LM4JwzkGH2XOr0WSp1Au5YoR07rSA=";
};
nativeBuildInputs = [ libpng ninja which ] ++ lib.optionals cudaSupport [ cuda-native-redist ];