diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-07-07 14:01:54 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-07-07 14:02:33 +0200 |
commit | ba86c7604d7d99f6c998f58365e3eb75c08d461c (patch) | |
tree | 4acecfb4743842e04125ba4340f7ec52df6f4bad /gnu | |
parent | deae5d0df1f66250ed6b06f15b7526ee4a44632a (diff) | |
download | guix-ba86c7604d7d99f6c998f58365e3eb75c08d461c.tar guix-ba86c7604d7d99f6c998f58365e3eb75c08d461c.tar.gz |
gnu: python-torchvision: Update to 0.13.0.
* gnu/packages/machine-learning.scm (python-torchvision): Update to 0.13.0.
Diffstat (limited to 'gnu')
-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 fa5f5a9581..52db4795b0 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -3052,7 +3052,7 @@ Note: currently this package does not provide GPU support.") (define-public python-torchvision (package (name "python-torchvision") - (version "0.12.0") + (version "0.13.0") (source (origin (method git-fetch) (uri (git-reference @@ -3062,7 +3062,7 @@ Note: currently this package does not provide GPU support.") (file-name (git-file-name name version)) (sha256 (base32 - "0chjd6zs46136sg65z1c2g07a534dg72xpy20s3bx1prwmvyxp5v")))) + "19f6s3ffwkdvjjbvib18c8n7vhysg58smxzq3rvii1c0z4g3b0cw")))) (build-system python-build-system) (arguments `(#:tests? #false ;the test suite is expensive and there is no easy way |