Skip to content

Commit 92e0ef8

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

File tree

2 files changed

+411
-386
lines changed

2 files changed

+411
-386
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
]

0 commit comments

Comments
 (0)