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 1b398ac commit 40c3c29Copy full SHA for 40c3c29
cc3d.pyx
@@ -54,7 +54,7 @@ cimport numpy as cnp
54
import numpy as np
55
import time
56
57
-__VERSION__ = '3.12.1'
+__VERSION__ = '3.12.2'
58
59
cdef extern from "cc3d.hpp" namespace "cc3d":
60
cdef size_t estimate_provisional_label_count[T](
setup.py
@@ -47,7 +47,7 @@ def requirements():
47
'cc3d',
48
sources=[ 'cc3d.pyx' ],
49
language='c++',
50
- include_dirs=[ NumpyImport() ],
+ include_dirs=[ str(NumpyImport()) ],
51
extra_compile_args=extra_compile_args,
52
)
53
],
0 commit comments