summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO27
1 files changed, 8 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6496cdcb62b4..43b0d94d50a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,29 +1,22 @@
pkgbase = python-gpytorch
pkgdesc = A highly efficient and modular implementation of GPs, with GPU acceleration. Implemented in PyTorch.
- pkgver = 1.8.1
+ pkgver = 1.9.0
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-pytorch
- depends = python-numpy
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
+ 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
@@ -31,11 +24,7 @@ pkgbase = python-gpytorch
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.8.1::https://github.com/cornellius-gp/gpytorch/archive/v1.8.1.tar.gz
- sha256sums = be1bcbc2d8db835e145d710ba7520ab0c5907fe0e28a08c9d7ac76ae8e4f1f7c
+ source = python-gpytorch-1.9.0::git+https://github.com/cornellius-gp/gpytorch.git#tag=v1.9.0
+ sha256sums = SKIP
pkgname = python-gpytorch