Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 514899e commit e3d70c0Copy full SHA for e3d70c0
1 file changed
setupext.py
@@ -824,6 +824,9 @@ def add_flags(self, ext):
824
ext.define_macros.append(('PY_ARRAY_UNIQUE_SYMBOL', array_api_name))
825
ext.add_hook('include_dirs', self.include_dirs_hook)
826
827
+ ext.define_macros.append(('NPY_NO_DEPRECATED_API',
828
+ 'NPY_1_7_API_VERSION'))
829
+
830
def get_setup_requires(self):
831
return ['numpy>=1.6']
832
0 commit comments