mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
remove package version constraint
This commit is contained in:
parent
7d16f25218
commit
65aeac24cb
|
@ -10,4 +10,4 @@ plac
|
|||
six
|
||||
ujson
|
||||
cloudpickle
|
||||
sputnik>=0.7.0,<0.8.0
|
||||
sputnik>=0.8.0,<0.9.0
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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},
|
||||
)
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue
Block a user