gnu: python-torchvision: Update to 0.13.0.
* gnu/packages/machine-learning.scm (python-torchvision): Update to 0.13.0.master
parent
deae5d0df1
commit
ba86c7604d
|
@ -3052,7 +3052,7 @@ Note: currently this package does not provide GPU support.")
|
||||||
(define-public python-torchvision
|
(define-public python-torchvision
|
||||||
(package
|
(package
|
||||||
(name "python-torchvision")
|
(name "python-torchvision")
|
||||||
(version "0.12.0")
|
(version "0.13.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -3062,7 +3062,7 @@ Note: currently this package does not provide GPU support.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0chjd6zs46136sg65z1c2g07a534dg72xpy20s3bx1prwmvyxp5v"))))
|
"19f6s3ffwkdvjjbvib18c8n7vhysg58smxzq3rvii1c0z4g3b0cw"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #false ;the test suite is expensive and there is no easy way
|
`(#:tests? #false ;the test suite is expensive and there is no easy way
|
||||||
|
|
Reference in New Issue