From 0032563183f4be90d1590da4e7e31700020553fa Mon Sep 17 00:00:00 2001 From: William Silversmith Date: Mon, 30 Oct 2023 16:18:58 -0400 Subject: [PATCH] build: str of NumpyImport --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 0706f44..b92f884 100644 --- a/python/setup.py +++ b/python/setup.py @@ -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, ), ],