blob: 5bec58a58719150f11bac450dbff8942fc7cef56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = python-pyod
pkgdesc = A Python 3 Library Outlier Detection or Anomaly Detection
pkgver = 2.0.6
pkgrel = 1
url = https://github.com/yzhao062/pyod
arch = any
license = GPL3
makedepends = python-setuptools
depends = python
depends = python-joblib
depends = python-numba
depends = python-numpy
depends = python-packaging
depends = python-scikit-learn
depends = python-scipy
source = https://github.com/yzhao062/pyod/archive/refs/tags/v2.0.6.tar.gz
sha512sums = 13200a395ccfae8a25fc2b05966e3f193fa26adfcad65336078f1cc75d87827e0cb50f6e1f2e3ec3310cc7e114584c4c4ceaf84c1eae6077cf4e192a215df789
pkgname = python-pyod
|