Skip to content

Commit b4792b8

Browse files
committed
Python 3.12 compat.: added missing NumPy include
1 parent 3313560 commit b4792b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ def is_msvc():
283283
osp.join("src", "scaler.hpp"),
284284
osp.join("src", "debug.hpp"),
285285
],
286+
include_dirs=[numpy.get_include()],
286287
),
287288
],
288289
author="Pierre Raybaut",

0 commit comments

Comments
 (0)