spaCy/requirements.txt
Ines Montani 968aff2f6a
Update tests for pytest 4.x (#2965)
<!--- Provide a general summary of your changes in the title. -->

## Description
- [x] Replace marks in params for pytest 4.0 compat ([see here](https://docs.pytest.org/en/latest/deprecations.html#marks-in-pytest-mark-parametrize))
- [x] Un-xfail passing tests (some fixes in a recent update resolved a bunch of issues, but tests were apparently never updated here)

### Types of change
<!-- What type of change does your PR cover? Is it a bug fix, an enhancement
or new feature, or a change to the documentation? -->

## Checklist
<!--- Before you submit the PR, go over this checklist and make sure you can
tick off all the boxes. [] -> [x] -->
- [x] I have submitted the spaCy Contributor Agreement.
- [x] I ran the tests, and all new and existing tests passed.
- [x] My changes don't require a change to the documentation, or if they do, I've added all required information.
2018-11-26 18:14:57 +01:00

16 lines
323 B
Plaintext

cython>=0.24,<0.28.0
numpy>=1.15.0
msgpack-numpy<0.4.4.0
cymem>=2.0.2,<2.1.0
preshed>=2.0.1,<2.1.0
thinc>=6.12.0,<6.13.0
murmurhash>=0.28.0,<1.1.0
plac<1.0.0,>=0.9.6
ujson>=1.35
dill>=0.2,<0.3
regex>=2017.4.5,<2017.12.1
requests>=2.13.0,<3.0.0
pytest>=4.0.0,<5.0.0
mock>=2.0.0,<3.0.0
pathlib==1.0.1; python_version < "3.4"