mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 02:06:31 +03:00
c9da9605f7
* step_through tests: skip instead of xfail * test_empty_doc should be fixed with new Thinc version * remove outdated test (there are other misaligned tests now) * xfail reason * fix test according to french exceptions * clarified some skipped tests * skip ukranian test instead of xfail * skip instead of xfail * skip + reason instead of xfail * removed obsolete tests referring to removed "set_frozen" functionality * fix test 999 * remove unused AlignmentError * remove xfail where possible, skip otherwise * increment thinc release for empty_doc test
28 lines
578 B
Plaintext
28 lines
578 B
Plaintext
# Our libraries
|
|
cymem>=2.0.2,<2.1.0
|
|
preshed>=3.0.2,<3.1.0
|
|
thinc>=8.0.0a18,<8.0.0a20
|
|
blis>=0.4.0,<0.5.0
|
|
ml_datasets>=0.1.1
|
|
murmurhash>=0.28.0,<1.1.0
|
|
wasabi>=0.7.0,<1.1.0
|
|
srsly>=2.1.0,<3.0.0
|
|
catalogue>=0.0.7,<1.1.0
|
|
typer>=0.3.0,<0.4.0
|
|
# Third party dependencies
|
|
numpy>=1.15.0
|
|
requests>=2.13.0,<3.0.0
|
|
tqdm>=4.38.0,<5.0.0
|
|
pydantic>=1.3.0,<2.0.0
|
|
pytokenizations
|
|
# Official Python utilities
|
|
setuptools
|
|
packaging
|
|
importlib_metadata>=0.20; python_version < "3.8"
|
|
# 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
|