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 e9a7145 commit 10a5af5Copy full SHA for 10a5af5
setup.py
@@ -87,7 +87,7 @@ def prerelease_local_scheme(version):
87
'onnx',
88
# detectron2 is installed in the dockerfile, so it needs to be commented out here
89
# 'detectron2@git+https://github.com/facebookresearch/detectron2@main', # v0.6+patches
90
- # 'detectron2@git+https://github.com/facebookresearch/detectron2@v0.6', # latest version crashes
+ # 'detectron2@git+https://github.com/dzenanz/detectron2@main', # official version crashes
91
],
92
license='Apache Software License 2.0',
93
keywords='multic',
0 commit comments