Skip to content

Commit a16f8c7

Browse files
committed
BLD: Drop deprecated Numpy API
1 parent 965ee00 commit a16f8c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
'nitime._utils',
1414
['nitime/_utils.pyx'],
1515
include_dirs=[get_include()],
16+
define_macros=[('NPY_NO_DEPRECATED_API', 'NPY_1_7_API_VERSION')],
1617
)
1718
]
1819
opts = {'ext_modules': cythonize(exts, language_level='3')}

0 commit comments

Comments
 (0)