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

Pin setuptools to <60.0 for numpy.distutils #24

Merged
merged 1 commit into from
Aug 30, 2022

Conversation

cbeuw
Copy link
Contributor

@cbeuw cbeuw commented Aug 16, 2022

numpy.distutils is untested with setuptools>=60.0. Without a version specifier, pip will grab the latest setuptools which may contain breaking changes. pypa/setuptools#3505 released in setuptools 65 broke spams.

numpy.distutils can be ditched once #21 is resolved. But to keep spams installable, setuptools needs to be pinned

@samuelstjean
Copy link
Collaborator

Looks like this is indeed the sane way to do stuff for now https://numpy.org/devdocs/reference/distutils_status_migration.html#numpy-setuptools-interaction, thanks for the fix.

@samuelstjean samuelstjean merged commit b78a8ce into getspams:main Aug 30, 2022
@cbeuw cbeuw deleted the setuptools-60 branch August 30, 2022 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants