blob: 36520195d3b5c76c6c59c0a818b5558224383047 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = python-hmmlearn
pkgdesc = Hidden Markov Models in Python with scikit-learn like API
pkgver = 0.3.3
pkgrel = 1
url = https://hmmlearn.readthedocs.org
arch = x86_64
license = BSD-3-Clause
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools-scm
makedepends = pybind11
depends = python
depends = python-scikit-learn
source = https://pypi.python.org/packages/source/h/hmmlearn/hmmlearn-0.3.3.tar.gz
sha256sums = 1d3c5dc4c5257e0c238dc1fe5387700b8cb987eab808edb3e0c73829f1cc44ec
pkgname = python-hmmlearn
|