mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Require older msgpack-numpy
This commit is contained in:
parent
2ac69facc6
commit
276aa83d1a
|
@ -1,5 +1,6 @@
|
||||||
cython>=0.24,<0.28.0
|
cython>=0.24,<0.28.0
|
||||||
numpy>=1.15.0
|
numpy>=1.15.0
|
||||||
|
msgpack-numpy<=0.4.4.0
|
||||||
cymem>=1.30,<1.32
|
cymem>=1.30,<1.32
|
||||||
preshed>=1.0.0,<2.0.0
|
preshed>=1.0.0,<2.0.0
|
||||||
thinc>=6.10.3,<6.11.0
|
thinc>=6.10.3,<6.11.0
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -187,6 +187,7 @@ def setup_package():
|
||||||
scripts=['bin/spacy'],
|
scripts=['bin/spacy'],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'numpy>=1.15.0',
|
'numpy>=1.15.0',
|
||||||
|
'msgpack-numpy<=0.4.4.0'
|
||||||
'murmurhash>=0.28,<0.29',
|
'murmurhash>=0.28,<0.29',
|
||||||
'cymem>=1.30,<1.32',
|
'cymem>=1.30,<1.32',
|
||||||
'preshed>=1.0.0,<2.0.0',
|
'preshed>=1.0.0,<2.0.0',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user