Skip to content

Commit

Permalink
build: ensure string conversion issue is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Dec 19, 2023
1 parent 579e6ca commit 151d15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def read(fname):
'dijkstra3d',
sources=[ 'dijkstra3d.pyx' ],
language='c++',
include_dirs=[ NumpyImport() ],
include_dirs=[ str(NumpyImport()) ],
extra_compile_args=extra_compile_args,
)
],
Expand Down

0 comments on commit 151d15d

Please sign in to comment.