File: control

package info (click to toggle)
python-pot 0.7.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,792 kB
  • sloc: python: 10,662; cpp: 1,149; makefile: 258; sh: 18
file content (28 lines) | stat: -rw-r--r-- 890 bytes parent folder | download
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
Source: python-pot
Maintainer: Gard Spreemann <gspr@nonempty.org>
Section: python
Priority: optional
Standards-Version: 4.5.1
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://salsa.debian.org/gspr/python-pot
Vcs-Git: https://salsa.debian.org/gspr/python-pot.git -b debian/sid

Package: python3-pot
Section: python
Architecture: any
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Recommends: python3-sklearn
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.