Source: tensorflow
Section: math
Priority: optional
Maintainer: Benjamin Moody <benjamin@physionet.org>
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9), islandhack, bazel,
               python-numpy, python2.7-dev, python-pip, python-wheel,
               python3-numpy, python3.4-dev, python3-pip, python3-wheel

Package: python-tensorflow
Architecture: any
Depends: ${misc:Depends}, python (>= 2.7~), python (<< 2.8),
         python-pip,
         python-protobuf (>= 3.1.0),
         python-numpy (>= 1.11.0),
         python-six (>= 1.10.0),
         python-wheel,
         python-mock (>= 2.0.0)
Section: python
Description: Computation using data flow graphs for scalable machine learning
 TensorFlow is an open source software library for numerical
 computation using data flow graphs. Nodes in the graph represent
 mathematical operations, while the graph edges represent the
 multidimensional data arrays (tensors) that flow between them. This
 flexible architecture lets you deploy computation to one or more CPUs
 or GPUs in a desktop, server, or mobile device without rewriting
 code. TensorFlow also includes TensorBoard, a data visualization
 toolkit.
 .
 TensorFlow was originally developed by researchers and engineers
 working on the Google Brain team within Google's Machine Intelligence
 research organization for the purposes of conducting machine learning
 and deep neural networks research. The system is general enough to be
 applicable in a wide variety of other domains, as well.
 .
 This package contains the TensorFlow library for Python 2.  Note that
 this package is a nasty kludge which simply installs the package from
 a "wheel" file; uninstalling the package will leave files installed
 in /usr/local/.

Package: python3-tensorflow
Architecture: any
Depends: ${misc:Depends}, python3 (>= 3.4~), python3 (<< 3.5),
         python3-pip,
         python3-protobuf (>= 3.1.0),
         python3-numpy (>= 1.11.0),
         python3-six (>= 1.10.0),
         python3-wheel (>= 0.26)
Section: python
Description: Computation using data flow graphs for scalable machine learning
 TensorFlow is an open source software library for numerical
 computation using data flow graphs. Nodes in the graph represent
 mathematical operations, while the graph edges represent the
 multidimensional data arrays (tensors) that flow between them. This
 flexible architecture lets you deploy computation to one or more CPUs
 or GPUs in a desktop, server, or mobile device without rewriting
 code. TensorFlow also includes TensorBoard, a data visualization
 toolkit.
 .
 TensorFlow was originally developed by researchers and engineers
 working on the Google Brain team within Google's Machine Intelligence
 research organization for the purposes of conducting machine learning
 and deep neural networks research. The system is general enough to be
 applicable in a wide variety of other domains, as well.
 .
 This package contains the TensorFlow library for Python 3.  Note that
 this package is a nasty kludge which simply installs the package from
 a "wheel" file; uninstalling the package will leave files installed
 in /usr/local/.
