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

[DataFrame] Temporarily changing the requirement until our pandas compat is updated #2197

Merged

Conversation

devin-petersohn
Copy link
Member

There have been a few issues regarding the compatibility of pandas already. For now, we need to make the requirement rigid until we have completely updated the compatibility.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/Ray-PRB/5889/
Test PASSed.

Copy link
Contributor

@pschafhalter pschafhalter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

raise Exception("In order to use Pandas on Ray, please upgrade your Pandas"
" version to >= 0.22.")
if pd_major == 0 and pd_minor != 22:
raise Exception("In order to use Pandas on Ray, your pandas version must be"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this line is causing a lint error in Travis.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/Ray-PRB/5891/
Test PASSed.

@pschafhalter pschafhalter merged commit c8c0349 into ray-project:master Jun 6, 2018
@pschafhalter
Copy link
Contributor

Merged. Thanks @devin-petersohn!

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.

3 participants