1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: python-epimodels
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
python3-setuptools-scm,
python3-wheel <!nocheck>,
python3-matplotlib <!nocheck>,
python3-numba <!nocheck>,
python3-scipy <!nocheck>,
python3-pytest <!nocheck>,
python3-pytest-cov <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/python-epimodels
Vcs-Git: https://salsa.debian.org/med-team/python-epimodels.git
Homepage: https://github.com/fccoelho/epimodels
Rules-Requires-Root: no
Package: python3-epimodels
Architecture: all
Section: python
Depends: ${python3:Depends}, ${misc:Depends}, python3-numba, python3-matplotlib
Description: simple interface to simulate mathematical epidemic models in Python3
This library provides a simple interface to simulate mathematical
epidemic models in Python3. It is a precondition for the program
epigrass.
|