• Bradley M. Froehle's avatar
    FIX: prevent missing cimport warnings when using cythonize. · 60cdf35f
    Bradley M. Froehle authored
    The `cython` package fakes several sub-modules, including
    `cython.operator` and `cython.view`. Since the `cythonize` command
    cannot find a corresponding pxd file for these modules, it prints
    a warning. To fix this, we exclude all modules in the `cython`
    namespace when checking for missing pxd files.
    60cdf35f
Dependencies.py 19.4 KB