Require older msgpack-numpy

This commit is contained in:
Matthew Honnibal 2018-09-27 15:34:24 +02:00
parent 2ac69facc6
commit 276aa83d1a
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
cython>=0.24,<0.28.0
numpy>=1.15.0
msgpack-numpy<=0.4.4.0
cymem>=1.30,<1.32
preshed>=1.0.0,<2.0.0
thinc>=6.10.3,<6.11.0

View File

@ -187,6 +187,7 @@ def setup_package():
scripts=['bin/spacy'],
install_requires=[
'numpy>=1.15.0',
'msgpack-numpy<=0.4.4.0'
'murmurhash>=0.28,<0.29',
'cymem>=1.30,<1.32',
'preshed>=1.0.0,<2.0.0',