def finalize_options(self):
global external_fastjet
if self.external_fastjet:
external_fastjet = True
_install.finalize_options(self)
# Only add numpy to *_requires lists if not already installed to prevent
# pip from trying to upgrade an existing numpy and failing.
评论列表
文章目录