From b0fbd88bb89514679be58e9c618efefdaf39e175 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 11 Mar 2014 12:39:47 -0300 Subject: [PATCH] python/ext/aubio-types.h: lower to numpy 1.7 --- python/ext/aubio-types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ext/aubio-types.h b/python/ext/aubio-types.h index 91842edc..280d01b7 100644 --- a/python/ext/aubio-types.h +++ b/python/ext/aubio-types.h @@ -1,7 +1,7 @@ #include #include -#define NPY_NO_DEPRECATED_API NPY_1_8_API_VERSION +#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION // define numpy unique symbols for aubio #define PY_ARRAY_UNIQUE_SYMBOL PYAUBIO_ARRAY_API -- 2.11.0