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 579e6ca commit 151d15dCopy full SHA for 151d15d
setup.py
@@ -31,7 +31,7 @@ def read(fname):
31
'dijkstra3d',
32
sources=[ 'dijkstra3d.pyx' ],
33
language='c++',
34
- include_dirs=[ NumpyImport() ],
+ include_dirs=[ str(NumpyImport()) ],
35
extra_compile_args=extra_compile_args,
36
)
37
],
0 commit comments