blob: 443948269795b95b7bba2690fd219afee1308378 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
pkgbase = python-scikit-bio
pkgdesc = Python package providing data structures, algorithms, and educational resources for bioinformatics
pkgver = 0.6.2
pkgrel = 1
url = https://scikit.bio
arch = x86_64
license = BSD-3-Clause
makedepends = python-setuptools
makedepends = cython
depends = python>=3.9
depends = python-requests>=2.20.0
depends = python-decorator>=3.4.2
depends = python-natsort>=4.0.3
depends = python-numpy>=1.17.0
depends = python-pandas>=1.5.0
depends = python-scipy>=1.9.0
depends = python-h5py
depends = python-biom-format>=2.1.16
depends = python-statsmodels>=0.14.0
depends = python-patsy>=0.5.0
options = !emptydirs
source = python-scikit-bio-0.6.2.tar.gz::https://github.com/scikit-bio/scikit-bio/archive/0.6.2.tar.gz
sha256sums = c996ce6f0203c9db67f041131e024d2aba1319b6adfc7450e4f417cc52e4300a
pkgname = python-scikit-bio
|