Skip to content

Commit 3474979

Browse files
committed
Remove cocoapi dependency
1 parent 92e0ef8 commit 3474979

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
'superannotate/pycocotools_sa/maskApi.c',
2727
'superannotate/pycocotools_sa/_mask.pyx'
2828
],
29-
include_dirs=[np.get_include(), 'superannotate/pycocotools_sa'],
29+
include_dirs=[np.get_include(), './superannotate/pycocotools_sa'],
3030
extra_compile_args=[],
3131
)
3232
]

superannotate/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.5.0b2"
1+
__version__ = "2.5.0b3"

0 commit comments

Comments
 (0)