Update murmurhash pin

This commit is contained in:
Ines Montani 2018-10-14 16:37:38 +02:00
parent 7de0dcb91f
commit 2e675d9523
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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',