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 92e0ef8 commit 3474979Copy full SHA for 3474979
setup.py
@@ -26,7 +26,7 @@
26
'superannotate/pycocotools_sa/maskApi.c',
27
'superannotate/pycocotools_sa/_mask.pyx'
28
],
29
- include_dirs=[np.get_include(), 'superannotate/pycocotools_sa'],
+ include_dirs=[np.get_include(), './superannotate/pycocotools_sa'],
30
extra_compile_args=[],
31
)
32
]
superannotate/version.py
@@ -1 +1 @@
1
-__version__ = "2.5.0b2"
+__version__ = "2.5.0b3"
0 commit comments