Update thinc version

This commit is contained in:
Matthew Honnibal 2018-12-02 03:57:19 +01:00
parent 512ba48217
commit b47bd6a27f
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
numpy>=1.15.0
cymem>=2.0.2,<2.1.0
preshed>=2.0.1,<2.1.0
thinc==7.0.0.dev3
thinc==7.0.0.dev4
blis>=0.2.2,<0.3.0
murmurhash>=0.28.0,<1.1.0
cytoolz>=0.9.0,<0.10.0

View File

@ -200,7 +200,7 @@ def setup_package():
"murmurhash>=0.28.0,<1.1.0",
"cymem>=2.0.2,<2.1.0",
"preshed>=2.0.1,<2.1.0",
"thinc==7.0.0.dev3",
"thinc==7.0.0.dev4",
"blis>=0.2.2,<0.3.0",
"plac<1.0.0,>=0.9.6",
"ujson>=1.35",