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: Raise RuntimeError if setuptools version is too recent. #20795

Merged
merged 1 commit into from Jan 11, 2022

Commits on Jan 11, 2022

  1. MAINT: Raise RuntimeError if setuptools version is too recent.

    NumPy does not build with setuptools versions greater than '60.0.0'.
    Check the version when setuptools is imported in setup.py and raise
    a RuntimeError if the version is too recent. That way we avoid people
    opening issues when their build fails for that reason.
    
    Closes numpy#20692.
    charris committed Jan 11, 2022
    5 Configuration menu
    Copy the full SHA
    eb6be7c View commit details
    Browse the repository at this point in the history