mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
a9c6104047
* Add work in progress * Update analysis helpers and component decorator * Fix porting of docstrings for Python 2 * Fix docstring stuff on Python 2 * Support meta factories when loading model * Put auto pipeline analysis behind flag for now * Analyse pipes on remove_pipe and replace_pipe * Move analysis to root for now Try to find a better place for it, but it needs to go for now to avoid circular imports * Simplify decorator Don't return a wrapped class and instead just write to the object * Update existing components and factories * Add condition in factory for classes vs. functions * Add missing from_nlp classmethods * Add "retokenizes" to printed overview * Update assigns/requires declarations of builtins * Only return data if no_print is enabled * Use multiline table for overview * Don't support Span * Rewrite errors/warnings and move them to spacy.errors
23 lines
508 B
Plaintext
23 lines
508 B
Plaintext
# Our libraries
|
|
cymem>=2.0.2,<2.1.0
|
|
preshed>=3.0.2,<3.1.0
|
|
thinc>=7.2.0,<7.3.0
|
|
blis>=0.4.0,<0.5.0
|
|
murmurhash>=0.28.0,<1.1.0
|
|
wasabi>=0.3.0,<1.1.0
|
|
srsly>=0.1.0,<1.1.0
|
|
# Third party dependencies
|
|
numpy>=1.15.0
|
|
requests>=2.13.0,<3.0.0
|
|
plac>=0.9.6,<1.2.0
|
|
pathlib==1.0.1; python_version < "3.4"
|
|
importlib_metadata>=0.20; python_version < "3.8"
|
|
# Optional dependencies
|
|
jsonschema>=2.6.0,<3.1.0
|
|
# Development dependencies
|
|
cython>=0.25
|
|
pytest>=4.6.5
|
|
pytest-timeout>=1.3.0,<2.0.0
|
|
mock>=2.0.0,<3.0.0
|
|
flake8>=3.5.0,<3.6.0
|