requirements-test.txt 649 Bytes
Newer Older
1
2
3
# Get core deps.
-r requirements.txt

4
# Tools for static checking.
5
6
#   - flake8-annotations is needed to avoid F811 error with overload
#     function typing with mypy.
7
8
#   - if you change versions below, please make sure it is in-sync with
#     .pre-commit-config.yaml for pre-commit.
9
10
11
12
13
black == 21.10b0
flake8 == 4.0.1
flake8-annotations == 2.7.0
isort == 5.10.1
mypy == 0.910
14
15

# Tools for unit tests & coverage.
Mandeep Singh Baines's avatar
Mandeep Singh Baines committed
16
pytest == 5.4.1
Min Xu's avatar
Min Xu committed
17
pytest-cov == 2.10.0
Benjamin Lefaudeux's avatar
Benjamin Lefaudeux committed
18
pytest-timeout == 1.4.2
19
20
remote-pdb >= 2.1.0
parameterized >= 0.8.1
21

anj-s's avatar
anj-s committed
22
23
24
# Tools for testing docs
docutils == 0.17

25
26
# For torch.cuda.list_gpu_processes()
pynvml == 8.0.4
27
28
29

# For mypy typing
numpy >= 1.21