mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Merge remote-tracking branch 'refs/remotes/honnibal/master'
This commit is contained in:
commit
1b8fd329b8
|
@ -10,3 +10,4 @@ wget
|
|||
plac
|
||||
six
|
||||
ujson
|
||||
cloudpickle
|
||||
|
|
2
setup.py
2
setup.py
|
@ -163,7 +163,7 @@ def run_setup(exts):
|
|||
license="MIT",
|
||||
install_requires=['numpy', 'murmurhash', 'cymem >= 1.11', 'preshed >= 0.42',
|
||||
'thinc == 3.3', "text_unidecode", 'wget', 'plac', 'six',
|
||||
'ujson'],
|
||||
'ujson', 'cloudpickle'],
|
||||
setup_requires=["headers_workaround"],
|
||||
cmdclass = {'build_ext': build_ext_subclass },
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user