mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
33a2682d60
* Remove unicode declarations * Remove Python 3.5 and 2.7 from CI * Don't require pathlib * Replace compat helpers * Remove OrderedDict * Use f-strings * Set Cython compiler language level * Fix typo * Re-add OrderedDict for Table * Update setup.cfg * Revert CONTRIBUTING.md * Add better schemas and validation using Pydantic * Revert lookups.md * Remove unused import * Update spacy/schemas.py Co-Authored-By: Sebastián Ramírez <tiangolo@gmail.com> * Various small fixes * Fix docstring Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
22 lines
436 B
Plaintext
22 lines
436 B
Plaintext
# Our libraries
|
|
cymem>=2.0.2,<2.1.0
|
|
preshed>=3.0.2,<3.1.0
|
|
thinc==7.4.0.dev0
|
|
blis>=0.4.0,<0.5.0
|
|
murmurhash>=0.28.0,<1.1.0
|
|
wasabi>=0.4.0,<1.1.0
|
|
srsly>=0.1.0,<1.1.0
|
|
catalogue>=0.0.7,<1.1.0
|
|
# Third party dependencies
|
|
numpy>=1.15.0
|
|
requests>=2.13.0,<3.0.0
|
|
plac>=0.9.6,<1.2.0
|
|
tqdm>=4.38.0,<5.0.0
|
|
pydantic>=1.0.0,<2.0.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
|