mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 17:06:29 +03:00
* Update requirements
This commit is contained in:
parent
4fb038a9eb
commit
f56209ef2e
|
@ -1,8 +1,8 @@
|
|||
cython
|
||||
cymem == 1.11
|
||||
cymem == 1.30
|
||||
pathlib
|
||||
preshed >= 0.42
|
||||
thinc == 3.3
|
||||
preshed >= 0.43
|
||||
thinc == 3.4.1
|
||||
murmurhash == 0.24
|
||||
text-unidecode
|
||||
numpy
|
||||
|
|
4
setup.py
4
setup.py
|
@ -175,8 +175,8 @@ def run_setup(exts):
|
|||
"spacy.syntax": ["*.pxd"]},
|
||||
ext_modules=exts,
|
||||
license="MIT",
|
||||
install_requires=['numpy', 'murmurhash', 'cymem >= 1.11', 'preshed >= 0.42',
|
||||
'thinc == 3.3', "text_unidecode", 'plac', 'six',
|
||||
install_requires=['numpy', 'murmurhash', 'cymem >= 1.30', 'preshed >= 0.43',
|
||||
'thinc >= 3.4.1', "text_unidecode", 'plac', 'six',
|
||||
'ujson', 'cloudpickle'],
|
||||
setup_requires=["headers_workaround"],
|
||||
cmdclass = {'build_ext': build_ext_subclass },
|
||||
|
|
Loading…
Reference in New Issue
Block a user