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 965ee00 commit a16f8c7Copy full SHA for a16f8c7
setup.py
@@ -13,6 +13,7 @@
13
'nitime._utils',
14
['nitime/_utils.pyx'],
15
include_dirs=[get_include()],
16
+ define_macros=[('NPY_NO_DEPRECATED_API', 'NPY_1_7_API_VERSION')],
17
)
18
]
19
opts = {'ext_modules': cythonize(exts, language_level='3')}
0 commit comments