We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f830e4 commit eb2c643Copy full SHA for eb2c643
1 file changed
setup.py
@@ -46,7 +46,7 @@ def get_version(rel_path: str) -> str:
46
# "dagshub-annotation-converter>=0.1.12",
47
"dagshub-annotation-converter @ "
48
+ "git+https://github.com/DagsHub/"
49
- + "dagshub-annotation-converter@coco_converter#egg=dagshub-annotation-converter",
+ + "dagshub-annotation-converter@main#egg=dagshub-annotation-converter",
50
]
51
52
extras_require = {
0 commit comments