python3Packages.pytorch: 1.7.0 -> 1.7.1

Changelog:
https://github.com/pytorch/pytorch/releases/tag/v1.7.1
This commit is contained in:
Daniël de Kok 2020-12-10 20:51:10 +01:00 committed by Frederik Rietdijk
parent fe5f82fd99
commit b9c76212fd

View File

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