python3Packages.torchvision: 0.15.1 -> 0.15.2

This commit is contained in:
Gaetan Lepage 2023-05-17 14:05:20 +02:00
parent ce1398cad8
commit 6c9fe0bea0

View file

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