Merge pull request #227952 from GaetanLepage/torchvision

python3Packages.torchvision: 0.14.1 -> 0.15.1
This commit is contained in:
Samuel Ainsworth 2023-04-24 19:02:08 -04:00 committed by GitHub
commit de91114b61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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