From d0c9175b42afadab4a228b9dde6bb3ca5648cfe7 Mon Sep 17 00:00:00 2001 From: ntianhe ren Date: Wed, 1 Feb 2023 14:07:09 +0800 Subject: [PATCH] update docs requirements for fvcore --- docs/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 8e8e4046..479987f0 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -22,7 +22,8 @@ autoflake timm pytest scipy==1.7.3 -git+https://github.com/facebookresearch/fvcore.git +fvcore==0.1.5.post20220512 +# git+https://github.com/facebookresearch/fvcore.git git+https://github.com/facebookresearch/detectron2.git https://download.pytorch.org/whl/cpu/torch-1.8.1%2Bcpu-cp37-cp37m-linux_x86_64.whl https://download.pytorch.org/whl/cpu/torchvision-0.9.1%2Bcpu-cp37-cp37m-linux_x86_64.whl