-
Notifications
You must be signed in to change notification settings - Fork 256
/
Copy pathdev.txt
24 lines (24 loc) · 951 Bytes
/
dev.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# development dependencies (see docs.txt for documentation building dependencies)
# linting and static type-checking
flake8>=3.7.7, <8.0.0
mypy>=1.0, <2.0
types-requests>=2.25.0, <3.0.0
# testing
pytest>=5.3.5, <8.0.0
pytest-cov>=2.6.1, <5.0.0
pytest-xdist>=1.28.0, <4.0.0 # for distributed testing, currently unused (see setup.cfg)
pytest-lazy-fixture>=0.6.3, <0.7.0
pytest-custom_exit_code>=0.3.0 # for notebook tests
pytest-timeout>=1.4.2, <3.0.0 # for notebook and regular tests
pytest-mock>=3.10.0, <4.0.0
jupytext>=1.12.0, <2.0.0 # for notebook tests
ipykernel>=5.1.0, <7.0.0 # for notebook tests
nbconvert>=6.0.7, <8.0.0 # for notebook tests
catboost>=1.0.0, <2.0.0
alibi-testing @ git+https://github.com/SeldonIO/alibi-testing@master#egg=alibi-testing # pre-trained models for testing
# other
pre-commit>=1.20.0, <4.0.0
tox>=3.21.0, <5.0.0 # used to generate licence info via `make licenses`
twine>3.2.0, <6.0.0
# pytorch
torch>=1.9.0, <3.0.0