forked from NVIDIA-Merlin/systems
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements-dev.txt
More file actions
39 lines (34 loc) · 771 Bytes
/
requirements-dev.txt
File metadata and controls
39 lines (34 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# packages necessary to run tests and push PRs
# assumes requirements for nvtabular logic are already installed
tritonclient[all]
nvtabular
# testing
pytest>=5
pytest-cov>=2
scikit-learn>=0.20
git+https://github.com/rapidsai/asvdb.git
# linting
pylint==2.7.4
click==8.0.3
black==21.7b0
flake8==3.9.2
isort==5.9.3
bandit==1.7.0
flake8-nb==0.3.0
cpplint>=1.5
codespell
interrogate==1.5.0
click<8.1.0
# docs
Sphinx==3.5.4
sphinx_rtd_theme==1.0.0
sphinx_markdown_tables==0.0.15
sphinx-multiversion@git+https://github.com/mikemckiernan/sphinx-multiversion.git
sphinxcontrib-copydirs@git+https://github.com/mikemckiernan/sphinxcontrib-copydirs.git
recommonmark==0.7.1
nbsphinx>=0.6
Jinja2<3.1
natsort==8.0.1
myst-nb==0.13.2
linkify-it-py==1.0.3
sphinx-external-toc==0.2.4