Skip to content

Commit f343ea0

Browse files
Remove implicit dependency on private Numpy API
Resolves bug where building mkl_umath with Numpy v1.20 would result in the following error: - numpy/__multiarray_api.h(19): error: identifier "PyArray_DTypeMeta" is undefined
1 parent 1a8dd68 commit f343ea0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mkl_umath/src/loops_intel.c.src

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
#include "mathimf.h"
66
#include "Python.h"
77

8-
#define _UMATHMODULE
9-
#define _MULTIARRAYMODULE
108
#define NPY_NO_DEPRECATED_API NPY_API_VERSION
119

1210
#include "numpy/npy_common.h"

0 commit comments

Comments
 (0)