Skip to content

Commit

Permalink
fix doc build (#1087)
Browse files Browse the repository at this point in the history
Co-authored-by: Min Xu <min.xu.public@gmail.com>
  • Loading branch information
min-xu-ai and flying-x committed Oct 5, 2022
1 parent 287d2e6 commit d91658f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ sphinx==4.2.0
sphinx_rtd_theme==0.4.3
sphinxcontrib-programoutput==0.16
git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
# Need to sync with fairscale's requirements.txt below
torch>=1.6.0
numpy >= 1.22.0
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# FairScale should only depends on torch, not things higher level than torch.
# Note1: setup.py automatically reads this file to setup install time dependencies.
# Note1: setup.py automatically reads this file to setup install-time dependencies.
# Note2: we use >= in this file but == in requirements-dev.txt for determinism
# in testing.
# Note3: update docs/requirements.txt if you change this file.
torch >= 1.8.0
numpy >= 1.22.0

0 comments on commit d91658f

Please sign in to comment.