summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlmwang2017-09-04 15:16:57 -0700
committerlmwang2017-09-04 15:16:57 -0700
commit56e6398dde3d9c2bf2a098ba015baea8673e86f5 (patch)
tree5040cf90d5eaa05c3efe7e72ded2c53825ca5140
parent0371bfacfc57f70d9866636686a1c71d6886d44f (diff)
downloadaur-56e6398dde3d9c2bf2a098ba015baea8673e86f5.tar.gz
added optdepends
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD5
2 files changed, 11 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd6aef8378fa..2278114b934a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,23 @@
# Generated by mksrcinfo v8
-# Mon Sep 4 21:59:06 UTC 2017
+# Mon Sep 4 22:16:37 UTC 2017
pkgbase = python-pymc3
pkgdesc = Probabilistic Programming in Python. Uses Theano as a backend, supports NUTS and ADVI.
pkgver = 3.1
- pkgrel = 1
+ pkgrel = 2
url = http://pymc-devs.github.io/pymc3/
arch = any
license = APACHE
+ depends = python>=3.4
depends = python-scipy
depends = python-numpy
depends = python-matplotlib
depends = python-theano
depends = python-pandas
+ optdepends = python-patsy
+ optdepends = python-joblib
+ optdepends = python-tqdm
+ optdepends = python-six
+ optdepends = python-h5py
options = !emptydirs
source = https://github.com/pymc-devs/pymc3/archive/v3.1.tar.gz
md5sums = 29147e78a9474da23db932ffb0085af2
diff --git a/PKGBUILD b/PKGBUILD
index af8c1e595908..9540bf871af1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
pkgname=python-pymc3
pkgver=3.1
-pkgrel=1
+pkgrel=2
pkgdesc="Probabilistic Programming in Python. Uses Theano as a backend, supports NUTS and ADVI."
arch=('any')
url="http://pymc-devs.github.io/pymc3/"
license=('APACHE')
-depends=('python-scipy' 'python-numpy' 'python-matplotlib' 'python-theano' 'python-pandas')
+depends=('python>=3.4' 'python-scipy' 'python-numpy' 'python-matplotlib' 'python-theano' 'python-pandas')
+optdepends=('python-patsy' 'python-joblib' 'python-tqdm' 'python-six' 'python-h5py')
options=(!emptydirs)
source=("https://github.com/pymc-devs/pymc3/archive/v${pkgver}.tar.gz")
md5sums=('29147e78a9474da23db932ffb0085af2')