Commit a6ec5007 authored by Dag Sverre Seljebotn's avatar Dag Sverre Seljebotn

BUG numpy.pxd: 'requirements' is not a type

parent 23418729
...@@ -106,7 +106,7 @@ cdef extern from "numpy/arrayobject.h": ...@@ -106,7 +106,7 @@ cdef extern from "numpy/arrayobject.h":
NPY_HEAPSORT NPY_HEAPSORT
NPY_MERGESORT NPY_MERGESORT
cdef enum requirements: cdef enum:
NPY_C_CONTIGUOUS NPY_C_CONTIGUOUS
NPY_F_CONTIGUOUS NPY_F_CONTIGUOUS
NPY_CONTIGUOUS NPY_CONTIGUOUS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment