bump preshed version

This commit is contained in:
Henning Peters 2015-12-22 22:38:25 +01:00
parent 46fe3a7327
commit a404bfec38
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
cython
cymem == 1.30
pathlib
preshed == 0.45
preshed == 0.46.1
thinc == 4.1.0
murmurhash == 0.26
text-unidecode

View File

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