mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
Merge pull request #115173 from danieldk/pytorch-1.8.0
python3Packages.pytorch: 1.7.1 -> 1.8.0
This commit is contained in:
commit
b520af926e
@ -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 [
|
||||
|
Loading…
Reference in New Issue
Block a user