summaryrefslogtreecommitdiff
path: root/debian/control
blob: c834251477f96dfd8a1905aba51a1c44bb2c2c08 (plain)
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: python-pot
Maintainer: Gard Spreemann <gspr@nonempty.org>
Section: python
Priority: optional
Standards-Version: 4.5.0
Build-Depends: cython3,
               debhelper-compat (= 13),
               dh-python,
               python3-all-dev,
               python3-numpy,
               python3-scipy,
               python3-setuptools
Rules-Requires-Root: no
Homepage: https://pythonot.github.io/
Vcs-Browser: https://git.nonempty.org/debian-python-pot
Vcs-Git: https://git.nonempty.org/debian-python-pot -b debian/sid

Package: python3-pot
Section: python
Architecture: any
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Description: Python optimal transport library
 Python library with solvers for optimization problems related to
 optimal transport in for example signal and image processing, and machine
 learning.