# development dependencies (see docs.txt for documentation building dependencies)
# linting and static type-checking
flake8>=3.7.7, <4.0.0
mypy>=0.670, <0.900
# testing
pytest>=5.3.5, <7.0.0
pytest-cov>=2.6.1, <3.0.0
pytest-xdist>=1.28.0, <3.0.0 # for distributed testing, currently unused (see setup.cfg)s
pytest-lazy-fixture>=0.6.3, <0.7.0
codecov>=2.0.15, <3.0.0
catboost>=0.23.0, <0.27.0
alibi-testing @ git+git://github.com/SeldonIO/alibi-testing@master#egg=alibi-testing # pre-trained models for testing
ray>=0.8.7, <2.0.0
# other
pre-commit>=1.20.0, <3.0.0
tox>=3.21.0, <4.0.0 # used to generate licence info via `make licenses`
twine>3.2.0, <4.0.0
