blob: af94e70ad0b685002d27d84551ceeaed214c1f0d (
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
|
pkgbase = python-pymanopt
pkgdesc = Toolbox for optimization on Riemannian manifolds with support for automatic differentiation
pkgver = 2.2.0
pkgrel = 1
url = https://pymanopt.github.io
arch = x86_64
license = custom:BSD-3-clause
checkdepends = python-pytest
checkdepends = python-autograd
checkdepends = python-tensorflow
checkdepends = python-pytorch
checkdepends = python-jax
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools-scm
makedepends = python-wheel
depends = python-scipy
optdepends = python-autograd: for cost function support
optdepends = python-jax: for cost function support
optdepends = python-tensorflow: for cost function support
optdepends = python-pytorch: for cost function support
source = python-pymanopt-2.2.0.tar.gz::https://github.com/pymanopt/pymanopt/archive/2.2.0.tar.gz
sha512sums = 89ea7055de53bf7cf241c5f5e21f5ac449b3e82fa7c4ecbe572f769c5d75481ff0e8aa0cfbcb4d5666c79ae3dc75eb24bc3426d492998860a60cefa254cc184f
pkgname = python-pymanopt
|