mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-09 16:10:33 +03:00
Update murmurhash pin
This commit is contained in:
parent
7de0dcb91f
commit
2e675d9523
|
@ -4,7 +4,7 @@ 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
|
||||||
murmurhash>=0.28,<0.29
|
murmurhash>=0.28.0,<1.1.0
|
||||||
plac<1.0.0,>=0.9.6
|
plac<1.0.0,>=0.9.6
|
||||||
ujson>=1.35
|
ujson>=1.35
|
||||||
dill>=0.2,<0.3
|
dill>=0.2,<0.3
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -188,7 +188,7 @@ def setup_package():
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'numpy>=1.15.0',
|
'numpy>=1.15.0',
|
||||||
'msgpack-numpy<0.4.4.0'
|
'msgpack-numpy<0.4.4.0'
|
||||||
'murmurhash>=0.28,<0.29',
|
'murmurhash>=0.28.0,<1.1.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',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user