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
|
Source: pyemd
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
Paul Wise <pabs@debian.org>,
Section: python
Priority: optional
Build-Depends:
cython3,
debhelper-compat (= 13),
dh-python,
python3-all-dev,
python3-numpy (<< 1:2.0.0),
python3-pytest <!nocheck>,
python3-setuptools,
Standards-Version: 4.6.2
Homepage: https://github.com/wmayner/pyemd
Vcs-Git: https://salsa.debian.org/science-team/pyemd.git
Vcs-Browser: https://salsa.debian.org/science-team/pyemd
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python
Package: python3-pyemd
Architecture: any
Depends:
#pybuild generates a bogus dep without this
python3-numpy (<< 1:2.0.0),
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Provides:
${python3:Provides},
Description: Python library for the Earth Mover's Distance with NumPy
PyEMD is a Python wrapper for Ofir Pele and Michael Werman's implementation
of the Earth Mover's Distance that allows it to be used with NumPy.
If you use this code, please cite the papers listed in the README.md.
|