python3Packages.pytorch: 1.7.1 -> 1.8.0

Changelog:

https://github.com/pytorch/pytorch/releases/tag/v1.8.0
This commit is contained in:
Daniël de Kok 2021-03-05 10:04:13 +01:00
parent e9b3e36f44
commit 6551ff3d48

View File

@ -118,7 +118,7 @@ let
in buildPythonPackage rec {
pname = "pytorch";
# Don't forget to update pytorch-bin to the same version.
version = "1.7.1";
version = "1.8.0";
disabled = !isPy3k;
@ -133,7 +133,7 @@ in buildPythonPackage rec {
repo = "pytorch";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "sha256-udpbSL8xnzf20A1pYYNlYjdp8ME8AVaAkMMiw53K6CU=";
sha256 = "sha256-qdZUtlxHZjCYoGfTdp5Bq3MtfXolWZrvib0kuzF3uIc=";
};
patches = lib.optionals stdenv.isDarwin [