Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxinye committed Jul 27, 2024
1 parent b0d47f8 commit 1638edc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ def run(self):
)

except ext_errors as ext_reason:
log.warn(ext_reason)
log.warn("The C extension could not be compiled.")
log.warning(ext_reason)
log.warning("The C extension could not be compiled.")
if 'build_ext' in setup_args['cmdclass']:
del setup_args['cmdclass']['build_ext']
setuptools.setup(setup_requires=["numpy>=1.17.3"], **setup_args)
Expand Down

0 comments on commit 1638edc

Please sign in to comment.