From 9cde3f37bf2c5371c482cd8b8c91cb1201b65e9d Mon Sep 17 00:00:00 2001 From: Henning Peters Date: Tue, 15 Dec 2015 12:23:32 +0100 Subject: [PATCH] add newer sputnik version --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a66baefce..ccf78f379 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,4 @@ plac six ujson cloudpickle -sputnik == 0.6.1 +sputnik == 0.6.2 diff --git a/setup.py b/setup.py index 468d31c66..3941a80ca 100644 --- a/setup.py +++ b/setup.py @@ -179,7 +179,7 @@ def run_setup(exts): license="MIT", install_requires=['numpy', 'murmurhash == 0.24', 'cymem == 1.30', 'preshed == 0.44', 'thinc == 4.0.0', "text_unidecode", 'plac', 'six', - 'ujson', 'cloudpickle', 'sputnik == 0.6.1'], + 'ujson', 'cloudpickle', 'sputnik == 0.6.2'], setup_requires=["headers_workaround"], cmdclass = {'build_ext': build_ext_subclass }, )