Fix Thinc pin

This commit is contained in:
Matthew Honnibal 2018-12-01 15:27:44 +01:00
parent 78afc696b2
commit fa617997de
2 changed files with 2 additions and 2 deletions

View File

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

View File

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