Require recent preshed

This commit is contained in:
Matthew Honnibal 2017-03-11 12:33:56 -06:00
parent ea2592879f
commit 93ab888d1d
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ cython<0.24
pathlib pathlib
numpy>=1.7 numpy>=1.7
cymem>=1.30,<1.32 cymem>=1.30,<1.32
preshed>=0.46.4,<0.47.0 preshed>=1.0.0,<2.0.0
thinc>=6.2.0,<6.3.0 thinc>=6.2.0,<6.3.0
murmurhash>=0.26,<0.27 murmurhash>=0.26,<0.27
plac<0.9.3 plac<0.9.3

View File

@ -235,7 +235,7 @@ def setup_package():
'numpy>=1.7', 'numpy>=1.7',
'murmurhash>=0.26,<0.27', 'murmurhash>=0.26,<0.27',
'cymem>=1.30,<1.32', 'cymem>=1.30,<1.32',
'preshed>=0.46.0,<0.47.0', 'preshed>=1.0.0,<2.0.0',
'thinc>=6.2.0,<6.3.0', 'thinc>=6.2.0,<6.3.0',
'plac<0.9.3', 'plac<0.9.3',
'six', 'six',