summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7321f4a8ca5e..68ea7dff9f13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-gpytorch
pkgdesc = A highly efficient and modular implementation of GPs, with GPU acceleration. Implemented in PyTorch.
- pkgver = 1.10
+ pkgver = 1.11
pkgrel = 1
url = https://gpytorch.ai
arch = x86_64
@@ -24,7 +24,7 @@ pkgbase = python-gpytorch
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
+ source = python-gpytorch-1.11::git+https://github.com/cornellius-gp/gpytorch.git#tag=v1.11
sha256sums = SKIP
pkgname = python-gpytorch
diff --git a/PKGBUILD b/PKGBUILD
index 147586d528c4..ede24b416eb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-gpytorch
-pkgver=1.10
+pkgver=1.11
pkgrel=1
pkgdesc='A highly efficient and modular implementation of GPs, with GPU
acceleration. Implemented in PyTorch.'