Merge pull request #215 from henningpeters/master

fix model download
This commit is contained in:
Matthew Honnibal 2015-12-29 00:17:20 +11:00
commit f5faa9e327
3 changed files with 3 additions and 3 deletions

View File

@ -10,4 +10,4 @@ plac
six
ujson
cloudpickle
sputnik == 0.6.3
sputnik == 0.6.4

View File

@ -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},
)

View File

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