mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
06324e5a5e
Update pydantic requirements following https://github.com/explosion/thinc/pull/499
31 lines
667 B
Plaintext
31 lines
667 B
Plaintext
# Our libraries
|
|
spacy-legacy>=3.0.5,<3.1.0
|
|
cymem>=2.0.2,<2.1.0
|
|
preshed>=3.0.2,<3.1.0
|
|
thinc>=8.0.3,<8.1.0
|
|
blis>=0.4.0,<0.8.0
|
|
ml_datasets>=0.2.0,<0.3.0
|
|
murmurhash>=0.28.0,<1.1.0
|
|
wasabi>=0.8.1,<1.1.0
|
|
srsly>=2.4.1,<3.0.0
|
|
catalogue>=2.0.4,<2.1.0
|
|
typer>=0.3.0,<0.4.0
|
|
pathy>=0.3.5
|
|
# Third party dependencies
|
|
numpy>=1.15.0
|
|
requests>=2.13.0,<3.0.0
|
|
tqdm>=4.38.0,<5.0.0
|
|
pydantic>=1.7.4,!=1.8,!=1.8.1,<1.9.0
|
|
jinja2
|
|
# Official Python utilities
|
|
setuptools
|
|
packaging>=20.0
|
|
typing_extensions>=3.7.4.1,<4.0.0.0; python_version < "3.8"
|
|
# Development dependencies
|
|
cython>=0.25
|
|
pytest>=5.2.0
|
|
pytest-timeout>=1.3.0,<2.0.0
|
|
mock>=2.0.0,<3.0.0
|
|
flake8>=3.5.0,<3.6.0
|
|
hypothesis>=3.27.0,<7.0.0
|