Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 51be868

Browse filesBrowse files
authored
Merge pull request #12976 from mattip/remove-old-header
MNT: replace deprecated numpy header
2 parents 7157312 + b030ad4 commit 51be868
Copy full SHA for 51be868

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/qhull_wrap.c

Copy file name to clipboardExpand all lines: src/qhull_wrap.c
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.