summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 7321f4a8ca5eecfa5e9c390ce398a251d500447f (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
pkgbase = python-gpytorch
	pkgdesc = A highly efficient and modular implementation of GPs, with GPU acceleration. Implemented in PyTorch.
	pkgver = 1.10
	pkgrel = 1
	url = https://gpytorch.ai
	arch = x86_64
	license = MIT
	makedepends = git
	makedepends = python
	makedepends = python-build
	makedepends = python-installer
	makedepends = python-wheel
	makedepends = python-setuptools
	makedepends = python-setuptools-scm
	depends = python
	depends = python-scikit-learn
	depends = python-linear-operator
	depends = python-pytorch
	optdepends = ipython: for [examples] 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
	source = python-gpytorch-1.10::git+https://github.com/cornellius-gp/gpytorch.git#tag=v1.10
	sha256sums = SKIP

pkgname = python-gpytorch