mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 18:06:29 +03:00
require newer sputnik version
This commit is contained in:
parent
345dda6f53
commit
7e0757bc5f
|
@ -10,4 +10,4 @@ plac
|
|||
six
|
||||
ujson
|
||||
cloudpickle
|
||||
sputnik == 0.6.0
|
||||
sputnik == 0.6.1
|
||||
|
|
2
setup.py
2
setup.py
|
@ -179,7 +179,7 @@ def run_setup(exts):
|
|||
license="MIT",
|
||||
install_requires=['numpy', 'murmurhash == 0.24', 'cymem == 1.30', 'preshed == 0.44',
|
||||
'thinc == 4.0.0', "text_unidecode", 'plac', 'six',
|
||||
'ujson', 'cloudpickle', 'sputnik == 0.6.0'],
|
||||
'ujson', 'cloudpickle', 'sputnik == 0.6.1'],
|
||||
setup_requires=["headers_workaround"],
|
||||
cmdclass = {'build_ext': build_ext_subclass },
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user