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

4
# Tools for static checking.
Mandeep Singh Baines's avatar
Mandeep Singh Baines committed
5
6
black == 19.10b0
flake8 == 3.7.9
7
isort == 5.6.4
8
mypy == 0.790
9
10

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

# For torch.cuda.list_gpu_processes()
pynvml == 8.0.4