Source: tensorflow-estimator
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,
# All TensorFlow related software use Bazel :/
# And can build only whith the bazel version that existed at the release time
# What a crap...
 bazel (>= 0.21~), bazel (<< 0.22~),
# During build:
# from tensorflow.python.distribute import distribute_lib
# ImportError: No module named distribute
 python3-tensorflow-avx-sse42 (>= 1.13~) | python3-tensorflow-avx2-sse42-fma (>= 1.13~) | python3-tensorflow-avx2-sse42-fma-mkl-dnn (>= 1.13~) | python3-tensorflow-cuda-avx-sse42 (>= 1.13~) | python3-tensorflow-cuda-avx2-sse42-fma (>= 1.13~) | python3-tensorflow-cuda-avx2-sse42-fma-mkl-dnn (>= 1.13~) | python3-tensorflow (>= 1.13~),
 python-tensorflow-avx-sse42 (>= 1.13~) | python-tensorflow-avx2-sse42-fma (>= 1.13~) | python-tensorflow-avx2-sse42-fma-mkl-dnn (>= 1.13~) | python-tensorflow-cuda-avx-sse42 (>= 1.13~) | python-tensorflow-cuda-avx2-sse42-fma (>= 1.13~) | python-tensorflow-cuda-avx2-sse42-fma-mkl-dnn (>= 1.13~) | python-tensorflow (>= 1.13~),
Standards-Version: 3.9.8
Homepage: https://github.com/tensorflow/estimator
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4

Package: python-tensorflow-estimator
Architecture: all
Depends: ${python2custom:Depends}, ${python:Depends}, ${misc:Depends}
Description: High-level TensorFlow API simplifying ML programming (Python 2)
 TensorFlow Estimator is a high-level TensorFlow API that greatly simplifies
 machine learning programming.
 .
 Estimators encapsulate training, evaluation, prediction, and exporting for
 your model.
 .
 This package installs the library for Python 2.

Package: python3-tensorflow-estimator
Architecture: all
Depends: ${python3custom:Depends}, ${python3:Depends}, ${misc:Depends}
Description: High-level TensorFlow API simplifying ML programming (Python 3)
 TensorFlow Estimator is a high-level TensorFlow API that greatly simplifies
 machine learning programming.
 .
 Estimators encapsulate training, evaluation, prediction, and exporting for
 your model.
 .
 This package installs the library for Python 3.
