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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
Source: deap
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Miriam Ruiz <miriam@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all-dev,
python3-setuptools,
python3-pytest,
python3-numpy,
python3-sphinx,
python3-matplotlib,
texlive-latex-extra,
dvipng,
rdfind,
symlinks,
pandoc
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: http://deap.gel.ulaval.ca/doc/default/
Vcs-Git: https://salsa.debian.org/python-team/packages/deap.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/deap
Package: python3-deap
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
${python3:Depends}
Recommends:
deap-doc,
python3-matplotlib,
python3-numpy
Description: Distributed Evolutionary Algorithms in Python3
DEAP is a novel evolutionary computation framework for rapid prototyping and
testing of ideas. It seeks to make algorithms explicit and data structures
transparent. It works in perfect harmony with parallelisation mechanism such as
multiprocessing and SCOOP.
.
This package contains the modules for Python3.
Package: deap-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${sphinxdoc:Depends},
libjs-mathjax,
fonts-mathjax
Recommends:
python3-deap
Conflicts:
python-deap-doc
Replaces:
python-deap-doc
Description: Distributed Evolutionary Algorithms in Python (docs)
DEAP is a novel evolutionary computation framework for rapid prototyping and
testing of ideas. It seeks to make algorithms explicit and data structures
transparent. It works in perfect harmony with parallelisation mechanism such as
multiprocessing and SCOOP.
.
This package contains the documentation.
|