Pin msgpack-numpy requirement

This commit is contained in:
Matthew Honnibal 2017-12-06 03:24:24 +01:00
parent b2f1cf8775
commit 04a92bd75e
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
cython>=0.24,<0.27.0
cython>=0.24,<0.28.0
pathlib
numpy>=1.7
cymem>=1.30,<1.32
@ -15,5 +15,5 @@ ftfy>=4.4.2,<5.0.0
pytest>=3.0.6,<4.0.0
mock>=2.0.0,<3.0.0
msgpack-python
msgpack-numpy
msgpack-numpy==0.4.1
html5lib==1.0b8

View File

@ -200,7 +200,7 @@ def setup_package():
'regex==2017.4.5',
'ftfy>=4.4.2,<5.0.0',
'msgpack-python',
'msgpack-numpy'],
'msgpack-numpy==0.4.1'],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Console',