summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 4978e1d8721bb3b5dac1f135b917b82639b39ee7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
pkgbase = python-pymc3
	pkgdesc = Probabilistic Programming in Python. Uses Theano as a backend, supports NUTS and ADVI.
	pkgver = 3.9.3
	pkgrel = 1
	url = http://docs.pymc.io
	arch = any
	license = APACHE
	depends = python>=3.4
	depends = python-scipy
	depends = python-numpy
	depends = python-matplotlib
	depends = python-theano
	depends = python-pandas
	depends = python-tqdm
	depends = python-joblib
	depends = python-h5py
	optdepends = python-patsy
	optdepends = python-six
	options = !emptydirs
	source = https://github.com/pymc-devs/pymc3/archive/v3.9.3.tar.gz
	sha256sums = 4b023a694cb569aaaa4a7268708f9db89a723c7f6baa28023f2f5fabd1384d5c

pkgname = python-pymc3