summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: a9f301906bb65d02f8615a8b53c830f764ac5dff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pkgbase = python-sklearn-bayes
	pkgdesc = Python package for Bayesian Machine Learning with scikit-learn API
	pkgver = 1
	pkgrel = 1
	url = https://github.com/AmazaspShumik/sklearn-bayes
	arch = i686
	arch = x86_64
	license = unknown
	makedepends = git
	makedepends = cython
	depends = python-numpy
	depends = python-scipy
	depends = python-scikit-learn
	source = git://github.com/AmazaspShumik/sklearn-bayes.git
	sha512sums = SKIP

pkgname = python-sklearn-bayes