blob: e3070405fa31ec8eadb29002965d9870d3f12e39 (
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
28
29
30
31
|
pkgbase = python-gpytorch
pkgdesc = A highly efficient implementation of Gaussian Processes in PyTorch
pkgver = 1.14
pkgrel = 2
url = https://gpytorch.ai
arch = x86_64
license = MIT
checkdepends = python-pytest
checkdepends = python-nbval
checkdepends = flake8
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python-scikit-learn
depends = python-linear-operator
depends = python-pytorch
depends = python-scipy
depends = python-mpmath
optdepends = ipython: for [examples] module
optdepends = jupyter-notebook: for [examples] module
optdepends = python-matplotlib: for [examples] module
optdepends = python-scipy: for [examples] module
optdepends = python-torchvision: for [examples] module
optdepends = python-tqdm: for [examples] module
optdepends = python-pyro-ppl: for [pyro] module
optdepends = python-pykeops: for [keops] module
source = https://files.pythonhosted.org/packages/source/g/gpytorch/gpytorch-1.14.tar.gz
sha256sums = 032cc11e6a46e1e4bc7763fcef318cc830aceaea85a7289f27b2288c7a339a8d
pkgname = python-gpytorch
|