Skip to content

Commit

Permalink
Disable NumPy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fsimonis committed Oct 10, 2024
1 parent c1ca75a commit 5abf931
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ def get_extensions(is_test):
language="c++",
include_dirs=include_dirs,
extra_compile_args=compile_args,
extra_link_args=link_args
extra_link_args=link_args,
define_macros=[("NPY_NO_DEPRECATED_API", "NPY_1_7_API_VERSION")]
)
]

Expand Down

0 comments on commit 5abf931

Please sign in to comment.