diff --git a/requirements.txt b/requirements.txt index 979611397..9a125407d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,4 @@ plac six ujson cloudpickle -sputnik == 0.6.3 +sputnik == 0.6.4 diff --git a/setup.py b/setup.py index fe62b0694..53290138a 100644 --- a/setup.py +++ b/setup.py @@ -271,7 +271,7 @@ def setup_package(): ext_modules=ext_modules, 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'], + 'ujson', 'cloudpickle', 'sputnik == 0.6.4'], cmdclass = { 'build_ext': build_ext_subclass}, ) diff --git a/spacy/en/download.py b/spacy/en/download.py index ea28e77b9..f91b44601 100644 --- a/spacy/en/download.py +++ b/spacy/en/download.py @@ -36,7 +36,7 @@ def link(package, path): ) def main(data_size='all', force=False): # TODO read version from the same source as the setup - sputnik = Sputnik('spacy', '0.99.0', console=sys.stdout) + sputnik = Sputnik('spacy', '0.100.0', console=sys.stdout) path = os.path.dirname(os.path.abspath(__file__))