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

Add support for pyarrow 0.11 and python3.7, remove python 3.4 #151

Merged
merged 14 commits into from
Jan 9, 2019

Conversation

randyzwitch
Copy link
Contributor

Purpose of PR is to allow for pymapd users to use pyarrow 0.11 and/or python 3.7 if they choose. Based on hard requirements of pymapd, this PR shows that choosing either or both is feasible.

Implementation specifies lower bound for pyarrow at 0.10 (current bound), but sets upper bound at <0.12 (just in case 0.12 changes binary compatibility). The only gotcha here is that if users choose to install cudf, pyarrow will need to downgrade to pyarrow 0.10 (unless cudf begins supporting pyarrow 0.11).

During the course of this PR, found that CI wasn't exactly working correctly, so fixed that as well. This highlighted that our dependency stack doesn't support Python 3.4, so it was removed.

@randyzwitch
Copy link
Contributor Author

This PR also supersedes #95

@randyzwitch randyzwitch mentioned this pull request Jan 9, 2019
@randyzwitch randyzwitch merged commit 07d27c4 into master Jan 9, 2019
@randyzwitch randyzwitch deleted the rz/pyarrow11 branch January 9, 2019 20:57
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.

1 participant