We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453132b commit 5d10b1fCopy full SHA for 5d10b1f
Makefile
@@ -51,8 +51,8 @@ pip-compile:
51
# the detectron2 repo itself. If detectron2 is in the requirements.txt file, an order of
52
# operations issue related to the torch library causes the install to fail
53
sed 's/^detectron2 @/# detectron2 @/g' requirements/base.txt
54
- pip-compile --upgrade requirements/dev.in
55
pip-compile --upgrade requirements/test.in
+ pip-compile --upgrade requirements/dev.in
56
57
##########
58
# Docker #
0 commit comments