summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2020-10-06 08:04:54 +0200
committerMichel Zou2020-10-06 08:04:54 +0200
commit0209419d0c49248766ff16956c86a2ae0138ab35 (patch)
tree89609e0a8074054347c3e16b9cdda193a2cade2b /PKGBUILD
parentb3ee2bc485ecd80f3c5edb7378d669268e49e539 (diff)
downloadaur-0209419d0c49248766ff16956c86a2ae0138ab35.tar.gz
0.1.12
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 750b1be86093..08b6aab1d936 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-pgmpy
-pkgver=0.1.11
+pkgver=0.1.12
pkgrel=1
pkgdesc="A library for Probabilistic Graphical Models"
arch=(any)
@@ -8,7 +8,7 @@ license=('MIT')
makedepends=('python-setuptools')
depends=('python-networkx' 'python-pandas' 'python-scikit-learn' 'python-pyparsing' 'python-statsmodels' 'python-tqdm' 'python-pyparsing' 'python-pytorch')
source=("https://pypi.io/packages/source/p/pgmpy/pgmpy-$pkgver.tar.gz")
-sha256sums=('1a0081ad3282099e5343ad3455efe099fbe1d77598bc2f27cdcd848b0c2fe5d8')
+sha256sums=('ff5b8b8ef3c22642a499d6b1633035800185de4628fb380f9fb78db08f71b7e4')
build() {
cd pgmpy-$pkgver