Source: keras
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 tag package version with their distribution target
 lsb-release,
# For documentation generation we need to be able to import keras and thus; we need a working backend...
 python3-tensorflow-avx-sse42 | python3-tensorflow,
# Seems python3-markdown is missing from mkdocs dependencies
 mkdocs, python3-markdown,
# Also used for unittest so we need python2 variant as well,
 python-tensorflow-avx-sse42 | python-tensorflow,
# Dependencies from setup.py
 python3-numpy (>= 1.9.1~), python-numpy (>= 1.9.1~),
 python3-scipy (>= 0.14~), python-scipy (>= 0.14~),
 python3-six (>= 1.9.0~), python-six (>= 1.9.0~),
 python3-yaml, python-yaml,
Standards-Version: 3.9.8
Homepage: https://github.com/fchollet/keras
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.2

Package: python-keras
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Recommends: python-tensorflow
Suggests: python-keras-doc
Description: Deep Learning library for Python (TensorFlow, Theano, or CNTK) (Python 2)
 Keras is a high-level neural networks API, written in Python and capable
 of running on top of TensorFlow, CNTK, or Theano.
 .
 It was developed with a focus on enabling fast experimentation.
 Being able to go from idea to result with the least possible delay is key
 to doing good research.
 .
 This package installs the library for Python 2.

Package: python3-keras
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Recommends: python3-tensorflow
Suggests: python-keras-doc
Description: Deep Learning library for Python (TensorFlow, Theano, or CNTK) (Python 3)
 Keras is a high-level neural networks API, written in Python and capable
 of running on top of TensorFlow, CNTK, or Theano.
 .
 It was developed with a focus on enabling fast experimentation.
 Being able to go from idea to result with the least possible delay is key
 to doing good research.
 .
 This package installs the library for Python 3.

Package: python-keras-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: Deep Learning library for Python (TensorFlow, Theano, or CNTK) (common documentation)
 Keras is a high-level neural networks API, written in Python and capable
 of running on top of TensorFlow, CNTK, or Theano.
 .
 It was developed with a focus on enabling fast experimentation.
 Being able to go from idea to result with the least possible delay is key
 to doing good research.
 .
 This is the common documentation package.
