summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2021-02-23 14:50:56 -0500
committeracxz2021-02-23 14:50:56 -0500
commitb33c86e9be2649e45b05c4d22bcf0699df8fbe5c (patch)
tree5bc98372391306f768388da64b797210a479959b
parent6f9537152b0458fe7cc1a2e54820b9d40b7933c1 (diff)
downloadaur-b33c86e9be2649e45b05c4d22bcf0699df8fbe5c.tar.gz
updpkg 1.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 572edb7aaebd..38d17c7c335f 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.3.1
+ pkgver = 1.4.0
pkgrel = 1
url = https://gpytorch.ai
arch = x86_64
@@ -31,8 +31,8 @@ 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.3.1::https://github.com/cornellius-gp/gpytorch/archive/v1.3.1.tar.gz
- sha256sums = 107bd9bf7b8c84d1b9364d91d6e422c9c6b08b6e1b549680cf79a2c4dbdda68e
+ source = python-gpytorch-1.4.0::https://github.com/cornellius-gp/gpytorch/archive/v1.4.0.tar.gz
+ sha256sums = 98d201917b5b61e33080251117e2f12812b1fa4306d3290074751c9572f9eeb0
pkgname = python-gpytorch
diff --git a/PKGBUILD b/PKGBUILD
index cc065b46b668..a49d1388843d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-gpytorch
-pkgver=1.3.1
+pkgver=1.4.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=('107bd9bf7b8c84d1b9364d91d6e422c9c6b08b6e1b549680cf79a2c4dbdda68e')
+sha256sums=('98d201917b5b61e33080251117e2f12812b1fa4306d3290074751c9572f9eeb0')
_pkgname=gpytorch