bump murmurhash version

This commit is contained in:
Henning Peters 2015-12-21 21:59:11 +01:00
parent 74dc02a0e6
commit 4a1d843682
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ cymem == 1.30
pathlib pathlib
preshed == 0.44 preshed == 0.44
thinc == 4.0 thinc == 4.0
murmurhash == 0.25 murmurhash == 0.26
text-unidecode text-unidecode
numpy numpy
plac plac

View File

@ -269,7 +269,7 @@ def setup_package():
url='https://spacy.io', url='https://spacy.io',
license='MIT', license='MIT',
ext_modules=ext_modules, ext_modules=ext_modules,
install_requires=['numpy', 'murmurhash == 0.25', 'cymem == 1.30', 'preshed == 0.44', install_requires=['numpy', 'murmurhash == 0.26', 'cymem == 1.30', 'preshed == 0.44',
'thinc == 4.0.0', 'text_unidecode', 'plac', 'six', 'thinc == 4.0.0', 'text_unidecode', 'plac', 'six',
'ujson', 'cloudpickle', 'sputnik == 0.6.2'], 'ujson', 'cloudpickle', 'sputnik == 0.6.2'],
cmdclass = { cmdclass = {