summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7d1e1c6432c..2118382c6933 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-thinc-git
_origpkgname=thinc
pkgver=6.12.1.r2400.a6badde8
-pkgrel=2
+pkgrel=3
pkgdesc="Practical Machine Learning for NLP"
arch=("x86_64")
url="https://github.com/explosion/thinc"
@@ -16,16 +16,17 @@ depends=('cython'
'python-wrapt'
'python-plac'
'python-tqdm'
- 'python-srsly'
- 'python-wasabi'
'python-six'
- 'python'
+ 'python-dill'
'python-hypothesis'
'python-pytest'
'python-mock'
'python-blis'
- 'flake8'
-)
+ 'python-msgpack-numpy'
+ 'python-msgpack'
+ 'python-cytoolz'
+ )
+
makedepends=('git' 'python-setuptools')
optdepends=('python-spacy: examples')
provides=('python-thinc')