blob: 12df45826ac670fcbb72d402c0ae309b7ca0f7ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = python-pyannote.metrics
pkgdesc = Evaluation metrics for speaker diarisation, segmentation and detection (pyannote.metrics)
pkgver = 4.0.0
pkgrel = 1
url = https://github.com/pyannote/pyannote-metrics
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python>=3.10
depends = python-numpy
depends = python-pandas
depends = python-pyannote.core
depends = python-pyannote.database
depends = python-scikit-learn
depends = python-scipy
source = https://files.pythonhosted.org/packages/source/p/pyannote_metrics/pyannote_metrics-4.0.0.tar.gz
sha256sums = aec037eb7ca4c0ad5c5bbcc19bc04e9acf24ba42c95f025497378e31db6a0ff4
pkgname = python-pyannote.metrics
|