blob: 8c03d2d03e41e6ec69d91be5ec808a5655bd12b4 (
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-linear-operator
pkgdesc = A LinearOperator implementation to wrap the numerical nuts and bolts of GPyTorch
pkgver = 0.6
pkgrel = 1
url = https://github.com/cornellius-gp/linear_operator/
arch = x86_64
license = MIT
checkdepends = python-pytest
checkdepends = flake8
checkdepends = python-typeguard
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python-pytorch
depends = python-scipy
depends = python-mpmath
depends = python-jaxtyping
source = https://files.pythonhosted.org/packages/source/l/linear_operator/linear_operator-0.6.tar.gz
sha256sums = a9e2663879f1a2b28631bf7ef34892c4e5749893e711c8ef0ab0a39aff70a654
pkgname = python-linear-operator
|