mirror of
https://github.com/explosion/spaCy.git
synced 2025-06-11 08:33:10 +03:00
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
|
pathlib
|
||||||
numpy>=1.7
|
numpy>=1.7
|
||||||
cymem>=1.30,<1.32
|
cymem>=1.30,<1.32
|
||||||
|
@ -15,5 +15,5 @@ ftfy>=4.4.2,<5.0.0
|
||||||
pytest>=3.0.6,<4.0.0
|
pytest>=3.0.6,<4.0.0
|
||||||
mock>=2.0.0,<3.0.0
|
mock>=2.0.0,<3.0.0
|
||||||
msgpack-python
|
msgpack-python
|
||||||
msgpack-numpy
|
msgpack-numpy==0.4.1
|
||||||
html5lib==1.0b8
|
html5lib==1.0b8
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -200,7 +200,7 @@ def setup_package():
|
||||||
'regex==2017.4.5',
|
'regex==2017.4.5',
|
||||||
'ftfy>=4.4.2,<5.0.0',
|
'ftfy>=4.4.2,<5.0.0',
|
||||||
'msgpack-python',
|
'msgpack-python',
|
||||||
'msgpack-numpy'],
|
'msgpack-numpy==0.4.1'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 5 - Production/Stable',
|
'Development Status :: 5 - Production/Stable',
|
||||||
'Environment :: Console',
|
'Environment :: Console',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user