Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 8901487

Browse files
iseesselfacebook-github-bot
authored andcommitted
Fix doc build dependency issue (#461)
Summary: Getting error: ``` The conflict is caused by: The user requested termcolor fvcore 0.1.5.post20211023 depends on termcolor>=1.1 The user requested termcolor fvcore 0.1.5.post20211019 depends on termcolor>=1.1 The user requested termcolor ``` When trying to build the docs. It seems related to the fairscale dependency. The Fairscale instillation takes forever, as it attempts to install every version. See https://readthedocs.org/projects/vissl/builds/15085989/. We shouldn't need fairscale (among others) as dependencies to build the docs. See for ex. fairseq's docs/requirements.txt https://github.com/pytorch/fairseq/blob/main/docs/requirements.txt. Testing: Run build steps: https://readthedocs.org/projects/vissl/builds/15085989/ locally. (able to reproduce error). Follow readme to build docs and look at them locally: https://github.com/facebookresearch/vissl/tree/main/docs Pull Request resolved: #461 Reviewed By: prigoyal Differential Revision: D31898664 Pulled By: iseessel fbshipit-source-id: f9212bcbf010e270f3abf2c8dda4dd25a7af633c
1 parent 6baca50 commit 8901487

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/requirements.txt

-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ sphinx_rtd_theme
99
sphinx_markdown_tables
1010
mock
1111
opencv-python
12-
tensorboard
1312
hydra-core>=1.0
1413
faiss-gpu
1514
cython
@@ -19,7 +18,5 @@ tabulate
1918
pycocotools>=2.0.1
2019
fvcore
2120
iopath==0.1.9
22-
fairscale
23-
git+git://github.com/facebookresearch/ClassyVision.git
2421
https://download.pytorch.org/whl/cpu/torch-1.5.0%2Bcpu-cp37-cp37m-linux_x86_64.whl
2522
https://download.pytorch.org/whl/cpu/torchvision-0.6.0%2Bcpu-cp37-cp37m-linux_x86_64.whl

0 commit comments

Comments
 (0)