From 6776a765c22e1cacf5621f9838374ab9aa097808 Mon Sep 17 00:00:00 2001 From: Jael Gu Date: Fri, 30 Sep 2022 17:42:41 +0800 Subject: [PATCH] Fix dependency issue Signed-off-by: Jael Gu --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index c14bc13..115c696 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ torch >= 1.8 torchvision >= 0.9.0 +black==21.4b2 detectron2@https://github.com/facebookresearch/detectron2/archive/refs/tags/v0.6.tar.gz # detectron2@git+https://github.com/facebookresearch/detectron2.git@v0.6#egg=detectron2