forked from NVIDIA-Merlin/NVTabular
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements-dev.txt
More file actions
40 lines (37 loc) · 770 Bytes
/
requirements-dev.txt
File metadata and controls
40 lines (37 loc) · 770 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
39
40
# packages necessary to run tests and push PRs
# assumes requirements for nvtabular logic are already installed
black==21.7b0
click<8.1.0
flake8==3.9.2
ipython_genutils
isort==5.9.3
pylint==2.7.4
bandit==1.7.0
flake8-nb==0.3.0
pytest>=5
pytest-cov>=2
scikit-learn>=0.20
moto>=2
boto3==1.17
git+https://github.com/rapidsai/asvdb.git
graphviz>=0.16
cpplint>=1.5
codespell
interrogate==1.5.0
# docs
Sphinx<3.6
jinja2<3.1
markupsafe==2.0.1
sphinx-multiversion@git+https://github.com/mikemckiernan/sphinx-multiversion.git
sphinxcontrib-copydirs@git+https://github.com/mikemckiernan/sphinxcontrib-copydirs.git
sphinx-external-toc<0.4
sphinx_rtd_theme
natsort
myst-nb
linkify-it-py
# needed to make test_s3 work
pytest-xdist
s3fs>=2021.4
aiobotocore>=1.3.3
flask
flask-cors