Skip to content

Commit ab18109

Browse files
committed
[ci] revert NPY_NO_DEPRECATED_API flag
1 parent c2cc601 commit ab18109

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/numpyapi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#pragma once
1919

2020
#define PY_ARRAY_UNIQUE_SYMBOL bjdata_numpy_array
21-
#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
21+
#define NPY_NO_DEPRECATED_API 0
2222
#include <numpy/arrayobject.h>
2323

2424
#if defined (__cplusplus)

0 commit comments

Comments
 (0)