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
|
Source: orange3
Section: python
Priority: optional
Maintainer: Debian PaN Maintainers <debian-pan-maintainers@alioth-lists.debian.net>
Uploaders:
Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>,
Picca Frédéric-Emmanuel <picca@debian.org>,
Roland Mas <lolando@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-exec,
dh-sequence-numpy3,
dh-sequence-python3,
cython3,
dbus-daemon <!nocheck>,
pybuild-plugin-pyproject,
python3-all-dev,
python3-baycomp <!nocheck>,
python3-bottleneck,
python3-chardet,
python3-httpx <!nocheck>,
python3-keyring <!nocheck>,
python3-louvain (>= 0.13),
python3-numpy,
python3-openpyxl,
python3-opentsne <!nocheck>,
python3-orange-canvas-core <!nocheck>,
python3-orange-widget-base <!nocheck>,
python3-pandas,
python3-pyqt5.qtsvg,
python3-pyqtgraph <!nocheck>,
python3-pytest <!nocheck>,
python3-pytest-xvfb <!nocheck>,
python3-qtconsole <!nocheck>,
python3-scipy,
python3-serverfiles <!nocheck>,
python3-setuptools,
python3-sklearn,
python3-trubar,
python3-xlrd,
python3-xlsxwriter,
Standards-Version: 4.6.2.0
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://orangedatamining.com/
Vcs-Git: https://salsa.debian.org/science-team/orange3.git
Vcs-Browser: https://salsa.debian.org/science-team/orange3
Package: python3-orange3
Architecture: any
Depends:
python3-baycomp,
python3-orange-canvas-core (>= 0.2.5),
python3-orange-widget-base,
python3-pyqt5.qtsvg,
python3-qasync,
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: component-based data mining framework
Orange is a component-based data mining software. It includes a range of data
visualization, exploration, preprocessing and modeling techniques. It can be
used through a nice and intuitive user interface or, for more advanced users,
as a module for the Python programming language.
|