Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit a922bd0

Browse files
authored
Allow using deprecated NumPy API
Required to support newer numpy versions.
1 parent 78bfc88 commit a922bd0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/_extensions.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#include "Python.h"
2-
#define NPY_NO_DEPRECATED_API NPY_1_8_API_VERSION
32
#include "numpy/arrayobject.h"
43
#include <complex.h>
54

0 commit comments

Comments
 (0)