mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
b6e991440c
* Auto-format tests with black * Add flake8 config * Tidy up and remove unused imports * Fix redefinitions of test functions * Replace orths_and_spaces with words and spaces * Fix compatibility with pytest 4.0 * xfail test for now Test was previously overwritten by following test due to naming conflict, so failure wasn't reported * Unfail passing test * Only use fixture via arguments Fixes pytest 4.0 compatibility
18 lines
351 B
Plaintext
18 lines
351 B
Plaintext
cython>=0.25
|
|
numpy>=1.15.0
|
|
cymem>=2.0.2,<2.1.0
|
|
preshed>=2.0.1,<2.1.0
|
|
thinc==7.0.0.dev0
|
|
blis>=0.2.2,<0.3.0
|
|
murmurhash>=0.28.0,<1.1.0
|
|
cytoolz>=0.9.0,<0.10.0
|
|
plac<1.0.0,>=0.9.6
|
|
ujson>=1.35
|
|
dill>=0.2,<0.3
|
|
regex==2018.01.10
|
|
requests>=2.13.0,<3.0.0
|
|
pytest>=4.0.0,<5.0.0
|
|
pytest-timeout>=1.3.0,<2.0.0
|
|
mock>=2.0.0,<3.0.0
|
|
pathlib==1.0.1; python_version < "3.4"
|