Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,9 @@ def run(self):
directives['linetrace'] = True
macros = [('CYTHON_TRACE', '1'), ('CYTHON_TRACE_NOGIL', '1')]

# in numpy>=1.16.0, silence build warnings about deprecated API usage
macros.append(('NPY_NO_DEPRECATED_API', '0'))


# ----------------------------------------------------------------------
# Specification of Dependencies
Expand Down