summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: ed51845d0280b37fb2bfc109b7be883546e0fdca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
pkgbase = python-combo-git
	pkgdesc = Python toolbox for combining machine learning (ML) models and scores.
	pkgver = 0.1.0.r9.g6b569d7
	pkgrel = 2
	url = https://github.com/yzhao062/combo
	arch = any
	license = BSD
	makedepends = git
	makedepends = cython
	depends = python
	depends = python-joblib
	depends = python-matplotlib
	depends = python-numpy
	depends = python-numba
	depends = python-scipy
	depends = python-scikit-learn
	provides = python-combo
	conflicts = python-combo
	source = git+https://github.com/yzhao062/combo.git
	md5sums = SKIP

pkgname = python-combo-git