Try to fix version pin for msgpack-numpy

This commit is contained in:
Matthew Honnibal 2018-09-28 14:07:00 +02:00
parent 6430b1fe64
commit 05b6103a0c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
cython>=0.24,<0.28.0
numpy>=1.15.0
msgpack-numpy<=0.4.4.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,7 +187,7 @@ def setup_package():
scripts=['bin/spacy'],
install_requires=[
'numpy>=1.15.0',
'msgpack-numpy<=0.4.4.0'
'msgpack-numpy<0.4.4.0'
'murmurhash>=0.28,<0.29',
'cymem>=1.30,<1.32',
'preshed>=1.0.0,<2.0.0',