Skip to content

Commit

Permalink
build: str of NumpyImport
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Oct 30, 2023
1 parent 0c4cc9c commit 0032563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def __repr__(self):
'edt',
sources=[ 'edt.pyx' ],
language='c++',
include_dirs=[ NumpyImport() ],
include_dirs=[ str(NumpyImport()) ],
extra_compile_args=extra_compile_args,
),
],
Expand Down

0 comments on commit 0032563

Please sign in to comment.