summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2022-07-19 11:43:22 -0400
committeracxz2022-07-19 11:43:22 -0400
commit764705f425ce6e37ca1bb184f059d86fe7bef4da (patch)
tree683df967a6d6417fc84cfc110674113943070404
parent72510384028b34a29007f67646b680410ba59962 (diff)
downloadaur-764705f425ce6e37ca1bb184f059d86fe7bef4da.tar.gz
upgpkg: python-gpytorch 1.8.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c290febe4e7b..5163a8383a4e 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.7.0
+ pkgver = 1.8.0
pkgrel = 1
url = https://gpytorch.ai
arch = x86_64
@@ -35,7 +35,7 @@ pkgbase = python-gpytorch
optdepends = python-flake8-print: for [test] module
optdepends = python-pytest: for [test] module
optdepends = python-nbval: for [test] module
- source = python-gpytorch-1.7.0::https://github.com/cornellius-gp/gpytorch/archive/v1.7.0.tar.gz
- sha256sums = 69eaedb0dd0881b6804bd4ad3200c36c6db0a7859dd82c70d5ef27e501dc8bd5
+ source = python-gpytorch-1.8.0::https://github.com/cornellius-gp/gpytorch/archive/v1.8.0.tar.gz
+ sha256sums = dbcc90e8f8982eb4e7684930a8516fb87c1ffce885974a4fe73b66c498f2466b
pkgname = python-gpytorch
diff --git a/PKGBUILD b/PKGBUILD
index 258dd4b95a52..2f6f0a551680 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-gpytorch
-pkgver=1.7.0
+pkgver=1.8.0
pkgrel=1
pkgdesc='A highly efficient and modular implementation of GPs, with GPU
acceleration. Implemented in PyTorch.'
@@ -33,7 +33,7 @@ optdepends=(
'python-nbval: for [test] module'
)
source=("$pkgname-$pkgver::https://github.com/cornellius-gp/gpytorch/archive/v$pkgver.tar.gz")
-sha256sums=('69eaedb0dd0881b6804bd4ad3200c36c6db0a7859dd82c70d5ef27e501dc8bd5')
+sha256sums=('dbcc90e8f8982eb4e7684930a8516fb87c1ffce885974a4fe73b66c498f2466b')
_pkgname=gpytorch