Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f10f71 commit 447c90dCopy full SHA for 447c90d
1 file changed
lib/matplotlib/delaunay/_delaunay.cpp
@@ -8,6 +8,11 @@
8
#include "natneighbors.h"
9
#include "numpy/noprefix.h"
10
11
+// support numpy 1.6 - this macro got renamed and deprecated at once in 1.7
12
+#ifndef NPY_ARRAY_IN_ARRAY
13
+#define NPY_ARRAY_IN_ARRAY NPY_IN_ARRAY
14
+#endif
15
+
16
using namespace std;
17
18
extern "C" {
0 commit comments