Skip to content

Compare numpy version strings using pkg_resources.parse_version #162

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

Merged
merged 1 commit into from
Apr 14, 2015

Conversation

ahjulstad
Copy link
Contributor

When numpy hits version 1.10, string-based comparison of numpy version with minimum version will fail. Replacing with pkg_resources.parse_version. I do not know if pkg_resources is available on all relevant versions. Others please verify.

@FrancescAlted
Copy link
Contributor

Looks good. Merging. Thanks!

FrancescAlted added a commit that referenced this pull request Apr 14, 2015
Compare numpy version strings using pkg_resources.parse_version
@FrancescAlted FrancescAlted merged commit 56e38e7 into pydata:master Apr 14, 2015
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