Skip to content

Commit 40c3c29

Browse files
release(3.12.2): fixes for largest_k and dust
1 parent 1b398ac commit 40c3c29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cc3d.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ cimport numpy as cnp
5454
import numpy as np
5555
import time
5656

57-
__VERSION__ = '3.12.1'
57+
__VERSION__ = '3.12.2'
5858

5959
cdef extern from "cc3d.hpp" namespace "cc3d":
6060
cdef size_t estimate_provisional_label_count[T](

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def requirements():
4747
'cc3d',
4848
sources=[ 'cc3d.pyx' ],
4949
language='c++',
50-
include_dirs=[ NumpyImport() ],
50+
include_dirs=[ str(NumpyImport()) ],
5151
extra_compile_args=extra_compile_args,
5252
)
5353
],

0 commit comments

Comments
 (0)