Merge pull request #127094 from danieldk/pytorch-1.9.0

python3Packages.pytorch: 1.8.1 -> 1.9.0
This commit is contained in:
Sandro
2021-06-18 12:07:17 +02:00
committed by GitHub
@@ -117,7 +117,7 @@ let
in buildPythonPackage rec {
pname = "pytorch";
# Don't forget to update pytorch-bin to the same version.
version = "1.8.1";
version = "1.9.0";
disabled = !isPy3k;
@@ -132,7 +132,7 @@ in buildPythonPackage rec {
repo = "pytorch";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "sha256-HERbvmrfhWwH164GFHU/M0KbhVAuhI5sBZSxCZy8mRk=";
sha256 = "sha256-gZmEhV1zzfr/5T2uNfS+8knzyJIxnv2COWVyiAzU9jM=";
};
patches = lib.optionals stdenv.isDarwin [