py-torchvision: add 0.4.2 (#13651)

This commit is contained in:
Adam J. Stewart 2019-11-08 14:33:46 -06:00 committed by GitHub
parent c1ee069d1b
commit b189d10f1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ class PyTorchvision(PythonPackage):
architectures, and common image transformations for computer vision."""
homepage = "https://github.com/pytorch/vision"
url = "https://github.com/pytorch/vision/archive/v0.4.0.tar.gz"
url = "https://github.com/pytorch/vision/archive/v0.4.2.tar.gz"
maintainers = ['adamjstewart']
import_modules = [
@ -21,6 +21,8 @@ class PyTorchvision(PythonPackage):
'torchvision.models.detection'
]
version('0.4.2', sha256='1184a27eab85c9e784bacc6f9d6fec99e168ab4eda6047ef9f709e7fdb22d8f9')
version('0.4.1', sha256='053689351272b3bd2ac3e6ba51efd284de0e4ca4a301f54674b949f1e62b7176')
version('0.4.0', sha256='c270d74e568bad4559fed4544f6dd1e22e2eb1c60b088e04a5bd5787c4150589')
version('0.3.0', sha256='c205f0618c268c6ed2f8abb869ef6eb83e5339c1336c243ad321a2f2a85195f0')