Build import cythonize import numpy as np setup( name="some-name", # ... other kwargs ... ext_modules=cythonize("**/*.pyx"), include_dirs=[np.get_include()] ...
確定! 回上一頁