blob: f4b96d5b867f449b978c4d21445b47d7d7ffc9fc (
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
pkgbase = python-thinc
pkgdesc = Practical Machine Learning for NLP
pkgver = 7.4.0.dev2
pkgrel = 1
url = https://github.com/explosion/thinc
arch = x86_64
license = MIT
checkdepends = python-pytest-cov
checkdepends = flake8
checkdepends = mypy
makedepends = python-setuptools
makedepends = python-wheel
makedepends = cython
depends = cython
depends = python-numpy
depends = python-cymem
depends = python-preshed
depends = python-murmurhash
depends = python-plac
depends = python-mock
depends = python-pathlib
depends = python-catalogue
depends = python-tqdm
depends = python-hypothesis
depends = python-blis
depends = python-six
depends = python-tqdm
depends = python-srsly
depends = python-wasabi
depends = python-pydantic
optdepends = python-spacy: examples
optdepends = flake8: linting for Python code
optdepends = python-pytest-cov: run included tests
optdepends = mypy: run included tests
optdepends = python-ipykernel: run included tests
source = python-thinc-7.4.0.dev2.tar.gz::https://github.com/explosion/thinc/archive/v7.4.0.dev2.tar.gz
md5sums = 0a62680b89d478955eeb6fac875e71e8
pkgname = python-thinc
|