diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-11-04 00:06:13 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-11-04 10:01:05 +0100 |
commit | 90d7dd19670471a4636e80c31147cce3a7475720 (patch) | |
tree | af0ebf88d525a87bccb3472252e0279dfeafedb8 /gnu/packages/machine-learning.scm | |
parent | b149f6c1236bdc367bba562c53f4c39158f46aad (diff) | |
download | guix-90d7dd19670471a4636e80c31147cce3a7475720.tar guix-90d7dd19670471a4636e80c31147cce3a7475720.tar.gz |
gnu: python-pytorch-for-r-torch: Update to 1.12.1.
* gnu/packages/machine-learning.scm (python-pytorch-for-r-torch): Update to
1.12.1.
Diffstat (limited to 'gnu/packages/machine-learning.scm')
-rw-r--r-- | gnu/packages/machine-learning.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index fe8d081327..9ee82010bf 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -3125,7 +3125,7 @@ Note: currently this package does not provide GPU support.") (package (inherit python-pytorch) (name "python-pytorch") - (version "1.11.0") + (version "1.12.1") (source (origin (method git-fetch) (uri (git-reference @@ -3135,7 +3135,7 @@ Note: currently this package does not provide GPU support.") (file-name (git-file-name name version)) (sha256 (base32 - "1zbk7y74r0ycsfa7x59jnhwhs1gj5rs3n89p15y0212iszgbljq8")) + "1wimgnmn8kfazc8vhf65b9psdwj80n3chzkd8ic28541ac2zqzpk")) (patches (search-patches "python-pytorch-system-libraries.patch" "python-pytorch-runpath.patch")) (modules '((guix build utils))) |