summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 6c4e0f7f4048594fd863dc79d3e03c2da610e13a (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
32
33
34
35
36
37
pkgbase = python-gpytorch
	pkgdesc = A highly efficient and modular implementation of GPs, with GPU acceleration. Implemented in PyTorch.
	pkgver = 1.4.2
	pkgrel = 1
	url = https://gpytorch.ai
	arch = x86_64
	license = MIT
	makedepends = python
	makedepends = python-setuptools
	depends = python
	depends = python-pytorch
	depends = python-scikit-learn
	depends = python-scipy
	optdepends = python-black: for [dev] module
	optdepends = twine: for [dev] module
	optdepends = python-pre-commit: for [dev] module
	optdepends = ipython: for [docs/examples] module
	optdepends = python-ipykernel: for [docs] module
	optdepends = python-sphinx: for [docs] module
	optdepends = python-sphinx_rtd_theme: for [docs] module
	optdepends = python-nbsphinx: for [docs] module
	optdepends = m2r: for [docs] module
	optdepends = jupyter: 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
	optdepends = python-flake8: for [test] module
	optdepends = python-flake8-print: for [test] module
	optdepends = python-pytest: for [test] module
	optdepends = python-nbval: for [test] module
	source = python-gpytorch-1.4.2::https://github.com/cornellius-gp/gpytorch/archive/v1.4.2.tar.gz
	sha256sums = 6f6ad4a8c488747b77097a95c6c623c904c4898deef4c51b65c453fbc1d2f8e4

pkgname = python-gpytorch