diff options
-rw-r--r-- | numpy/core/src/umath/ufunc_type_resolution.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/src/umath/ufunc_type_resolution.c b/numpy/core/src/umath/ufunc_type_resolution.c index 0bb57ed15..8eb1f8ddf 100644 --- a/numpy/core/src/umath/ufunc_type_resolution.c +++ b/numpy/core/src/umath/ufunc_type_resolution.c @@ -9,6 +9,7 @@ * See LICENSE.txt for the license. */ #define _UMATHMODULE +#define NPY_NO_DEPRECATED_API #include "Python.h" |