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
|
Source: scikit-misc
Maintainer: Diane Trout <diane@ghic.org>
Section: python
Priority: optional
Build-Depends: cython3,
debhelper-compat (= 13),
dh-python,
gfortran,
libatlas-base-dev,
libblas-dev,
python3-all-dev,
python3-numpy,
python3-pytest <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-setuptools
Standards-Version: 4.6.0
Homepage: https://github.com/has2k1/scikit-misc
Vcs-Browser: https://salsa.debian.org/python-team/packages/scikit-misc
Vcs-Git: https://salsa.debian.org/python-team/packages/scikit-misc.git
Package: python3-skmisc
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: Miscellaneous tools for scientific computing
Miscellaneous tools for data analysis and scientific computing. This
package provides a LOESS (locally estimated scatterplot smoothing)
module
|