From 0a309ec6c7fb99eb08c48ba90fc9177322f7c705 Mon Sep 17 00:00:00 2001 From: Jeremy Reizenstein Date: Tue, 22 Dec 2020 08:51:42 -0800 Subject: [PATCH] requirements for readthedocs Summary: Use a more recent PyTorch to build the documentation. Reviewed By: nikhilaravi Differential Revision: D25679756 fbshipit-source-id: 83d647f709337110d39886eaa6aad2565d740c6d --- docs/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index ade12c51..a014045c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -6,5 +6,5 @@ sphinx_markdown_tables mock numpy git+git://github.com/facebookresearch/fvcore.git -https://download.pytorch.org/whl/nightly/cpu/torch-1.3.0.dev20191010%2Bcpu-cp37-cp37m-linux_x86_64.whl -https://download.pytorch.org/whl/nightly/cpu/torchvision-0.5.0.dev20191008%2Bcpu-cp37-cp37m-linux_x86_64.whl +https://download.pytorch.org/whl/cpu/torchvision-0.8.2%2Bcpu-cp37-cp37m-linux_x86_64.whl +https://download.pytorch.org/whl/cpu/torch-1.7.1%2Bcpu-cp37-cp37m-linux_x86_64.whl