Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b030ad4

Browse files
committed
ENH: replace deprecated numpy header
1 parent 369618a commit b030ad4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/qhull_wrap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* class without specifying a triangles array.
77
*/
88
#include "Python.h"
9-
#include "numpy/noprefix.h"
9+
#include "numpy/ndarrayobject.h"
1010
#include "libqhull/qhull_a.h"
1111
#include <stdio.h>
1212

0 commit comments

Comments
 (0)