summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 9dd6dd754e1cd5758ae8cb9718667a9c5be7170f (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.6.0
	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.6.0::https://github.com/cornellius-gp/gpytorch/archive/v1.6.0.tar.gz
	sha256sums = 732be00f7b490a2b4e15728d7f1357209979ef500c3d7e6c3b09a603c0d42020

pkgname = python-gpytorch