From 42510a043cb941641bb669c3343d3da20a4b229c Mon Sep 17 00:00:00 2001 From: KBolashev Date: Mon, 26 Aug 2024 14:48:22 +0300 Subject: [PATCH] Change annotation converter version --- setup.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 13916801..565f5592 100644 --- a/setup.py +++ b/setup.py @@ -42,10 +42,7 @@ def get_version(rel_path: str) -> str: "python-dateutil", "tenacity~=8.2.3", "boto3", - # FIXME: GO BACK TO REGULAR IMPORT AFTER THIS IS MERGED - "dagshub-annotation-converter @ " - + "git+https://github.com/DagsHub/" - + "dagshub-annotation-converter@refactor/static-annotations#egg=dagshub-annotation-converter", + "dagshub-annotation-converter>=0.1.0", ] extras_require = {