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

BUG: Fix non-versioneer uses of numpy.distutils #18493

Merged
merged 1 commit into from
Feb 25, 2021

Conversation

larsoner
Copy link
Contributor

See scipy/scipy#13609. SciPy doesn't use versioneer. The current code in master of NumPy tries to get a version based on the passed in version_file, but then proceeds to completely ignore it -- the master code will overwrite the version variable no matter what it was when it tries to get one using versioneer. This PR makes it respect the version that was obtained by the file-based checks, and only overwrite the version variable if the versioneer function exists.

@charris
Copy link
Member

charris commented Feb 25, 2021

Thanks @larsoner .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants