blob: aa9c78ca55b8732f44b1bdc93a9fbe2b5a3bb860 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = python-pot
pkgdesc = Python Optimal Transport Library
pkgver = 0.9.7
pkgrel = 1
url = https://github.com/PythonOT/POT
arch = x86_64
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
makedepends = cython
depends = python-scipy
optdepends = python-autograd: necessary to use `ot.dr`
optdepends = python-cupy: necessary to use `ot.gpu`
optdepends = python-jax: necessary to use `ot.lp`
optdepends = python-tensorflow: necessary to use `ot.lp`
optdepends = python-pymanopt: necessary to use `ot.dr`
source = POT-0.9.7.tar.gz::https://github.com/PythonOT/POT/archive/0.9.7.tar.gz
sha512sums = 8bb9562ef66fdea0403df26429823c2f8a70e992ff806e28345849451986523fe208fb3d9142158fac203cbe09dd9c570397ccd99b92ce1cba686f7cf318e1fe
pkgname = python-pot
|