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