mirror of https://github.com/explosion/spaCy.git
upgrade to latest sputnik
This commit is contained in:
parent
eb7ae61b1c
commit
5b3b3ebc8e
|
@ -9,4 +9,4 @@ plac
|
|||
six
|
||||
ujson
|
||||
cloudpickle
|
||||
sputnik>=0.9.0,<0.10.0
|
||||
sputnik>=0.9.2,<0.10.0
|
||||
|
|
2
setup.py
2
setup.py
|
@ -176,7 +176,7 @@ def setup_package():
|
|||
ext_modules=ext_modules,
|
||||
install_requires=['numpy', 'murmurhash>=0.26,<0.27', 'cymem>=1.30,<1.32.0', 'preshed>=0.46.1,<0.47',
|
||||
'thinc>=5.0.0,<5.1.0', 'plac', 'six',
|
||||
'ujson', 'cloudpickle', 'sputnik>=0.9.0,<0.10.0'],
|
||||
'ujson', 'cloudpickle', 'sputnik>=0.9.2,<0.10.0'],
|
||||
cmdclass = {
|
||||
'build_ext': build_ext_subclass},
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue