Merge pull request #115173 from danieldk/pytorch-1.8.0

python3Packages.pytorch: 1.7.1 -> 1.8.0
This commit is contained in:
Sandro 2021-03-06 05:38:19 +01:00 committed by GitHub
commit b520af926e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 [