mirror of https://github.com/explosion/spaCy.git
Pin msgpack-numpy requirement
This commit is contained in:
parent
b2f1cf8775
commit
04a92bd75e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue