We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b086f commit 4c66227Copy full SHA for 4c66227
requirements/docs.txt
@@ -1,7 +1,9 @@
1
attrs==21.4.0
2
Jinja2<3.1
3
linkify-it-py==1.0.3
4
-myst-nb
+myst-nb==0.17.2
5
+nbformat==5.9.2
6
+jsonschema==4.17.3
7
natsort==8.1.0
8
recommonmark==0.7.1
9
sphinx_book_theme~=1.0.1
tox.ini
@@ -121,7 +121,7 @@ commands =
121
changedir = {toxinidir}
122
deps =
123
-rrequirements/docs.txt
124
- -rrequirements/test.txt
+ -rrequirements/dev.txt
125
git+https://github.com/NVIDIA-Merlin/core.git
126
git+https://github.com/NVIDIA-Merlin/dataloader.git
127
git+https://github.com/NVIDIA-Merlin/NVTabular.git
0 commit comments