Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAINT: be more tolerant of setuptools >= 60 #20985

Merged
merged 1 commit into from
Feb 3, 2022

Commits on Feb 2, 2022

  1. MAINT: be more tolerant of setuptools>=60

    NumPy may fail to build with the default vendored distutils in
    setuptools>=60. Rather than panic and die when new setuptools is found,
    let's check (or set, if possible) the SETUPTOOLS_USE_DISTUTILS
    environment variable that restores "proper" setuptools behavior.
    ahesford authored and charris committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    f30858a View commit details
    Browse the repository at this point in the history