Merge pull request #234 from henningpeters/master

remove package version constraint
This commit is contained in:
Matthew Honnibal 2016-01-22 03:48:12 +11:00
commit 6842f681e5
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'