Unverified Commit 51d261e7 authored by J-shang's avatar J-shang Committed by GitHub
Browse files

Merge pull request #4668 from microsoft/doc-refactor

parents d63a2ea3 b469e1c1
......@@ -13,6 +13,9 @@
/test/ut/retiarii/_debug_graph_data.json
/test/ut/retiarii/out.tmp
# example generated files
/nni_assets/**/data/
# Logs
logs
*.log
......
This diff is collapsed.
......@@ -9,7 +9,8 @@ pytest
pytest-azurepipelines
pytest-cov
rstcheck
sphinx
sphinx >= 4.4
sphinx-argparse-nni >= 0.4.0
sphinx-gallery
sphinxcontrib-bibtex
git+https://github.com/bashtage/sphinx-material.git
......@@ -9,6 +9,7 @@ torchvision == 0.11.1+cpu ; sys_platform != "darwin"
torchvision == 0.11.1 ; sys_platform == "darwin"
pytorch-lightning >= 1.5.0
torchmetrics
lightgbm
onnx
peewee
graphviz
......
......@@ -5,6 +5,7 @@ tensorflow
torch == 1.10.0+cu111
torchvision == 0.11.1+cu111
pytorch-lightning >= 1.5.0
lightgbm
onnx
peewee
graphviz
......
......@@ -7,6 +7,7 @@ torchvision == 0.8.2+cpu
pytorch-lightning
torchmetrics
lightgbm
onnx
peewee
graphviz
......
......@@ -6,6 +6,7 @@ hyperopt == 0.1.2
json_tricks >= 3.15.5
numpy < 1.22 ; python_version < "3.8"
numpy ; python_version >= "3.8"
packaging
pandas
prettytable
psutil
......
......@@ -2,3 +2,9 @@ build/
# legacy build
_build/
# ignored copied rst in tutorials
/source/tutorials/**/cp_*.rst
# auto-generated reference table
_modules/
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment