dputhier / pygtftk

A python package and a set of shell commands to handle GTF files
GNU General Public License v3.0
45 stars 6 forks source link

#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION #71

Closed dputhier closed 5 years ago

dputhier commented 5 years ago

Would be better to disabled this message upon installation.

     /miniconda3/envs/pygtftk/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
dputhier commented 5 years ago

This one is more related to external packages dependencies (cython requirement if I remember correctly). We will re-open if it leads to an important issues.