remove package version constraint

This commit is contained in:
Henning Peters 2016-01-21 17:40:51 +01:00
parent 7d16f25218
commit 65aeac24cb
3 changed files with 4 additions and 4 deletions

View File

@ -10,4 +10,4 @@ plac
six
ujson
cloudpickle
sputnik>=0.7.0,<0.8.0
sputnik>=0.8.0,<0.9.0

View File

@ -200,7 +200,7 @@ def setup_package():
ext_modules=ext_modules,
install_requires=['numpy', 'murmurhash>=0.26,<0.27', 'cymem>=1.30,<1.31', 'preshed>=0.46.1,<0.47',
'thinc>=4.2.0,<4.3.0', 'text_unidecode', 'plac', 'six',
'ujson', 'cloudpickle', 'sputnik>=0.7.0,<0.8.0'],
'ujson', 'cloudpickle', 'sputnik>=0.8.0,<0.9.0'],
cmdclass = {
'build_ext': build_ext_subclass},
)

View File

@ -10,5 +10,5 @@ __uri__ = 'https://spacy.io'
__author__ = 'Matthew Honnibal'
__email__ = 'matt@spacy.io'
__license__ = 'MIT'
__release__ = True
__default_model__ = 'en_default==1.0.5'
__release__ = False
__default_model__ = 'en_default'