Source: torchvision
Section: python
Priority: optional
Maintainer: Adam Cecile <acecile@le-vert.net>
Build-Depends: debhelper (>= 9), dh-python, python-all, python-setuptools, python3-all, python3-setuptools,
# To compute unique (distribution related) package version
 lsb-release,
Standards-Version: 3.9.8
Homepage: https://github.com/pytorch/vision/
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4

Package: python-torchvision
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, ${python:customDepends}
Recommends: ${python:customRecommends}
Description: Image and video datasets and models for torch deep learning (Python 2)
 The torchvision package consists of popular datasets, model architectures,
 and common image transformations for computer vision.
 .
 This package installs the library for Python 2.

Package: python3-torchvision
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, ${python3:customDepends}
Recommends: ${python3:customRecommends}
Description: Image and video datasets and models for torch deep learning (Python 3)
 The torchvision package consists of popular datasets, model architectures,
 and common image transformations for computer vision.
 .
 This package installs the library for Python 3.
