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 39ec133 commit 3a48c50Copy full SHA for 3a48c50
src/details.hpp
@@ -20,6 +20,11 @@
20
#include <boost/python.hpp>
21
#include <Eigen/Core>
22
23
+#include <numpy/numpyconfig.h>
24
+#ifdef NPY_1_8_API_VERSION
25
+#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
26
+#endif
27
+
28
#include <numpy/arrayobject.h>
29
#include <iostream>
30
src/fwd.hpp
@@ -19,7 +19,10 @@
19
#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
namespace eigenpy
{
0 commit comments