Source: python-bayespy
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Carl Keinath <carl.keinath@gmail.com>
Section: python
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-setuptools,
 python3-all,
 python3-truncnorm,
 python3-versioneer,
 python3-h5py <!nocheck>,
 python3-matplotlib <!nocheck>,
 python3-numpy <!nocheck>,
 python3-pytest <!nocheck>,
 python3-scipy <!nocheck>,
Testsuite: autopkgtest-pkg-pybuild
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-bayespy
Vcs-Git: https://salsa.debian.org/python-team/packages/python-bayespy.git
Homepage: https://www.bayespy.org

Package: python3-bayespy
Architecture: all
Depends:
 python3-tk,
 ${misc:Depends},
 ${python3:Depends},
Description: variational Bayesian inference tools for Python
 BayesPy provides tools for Bayesian inference with Python. The user constructs
 a model as a Bayesian network, observes data and runs posterior inference. The
 goal is to provide a tool which is efficient, flexible and extendable enough
 for expert use but also accessible for more casual users.
 .
 This package provides the modules for Python 3
