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

Closes #2922: Pin pandas<2.2.0 to avoid CI failures #2923

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

stress-tess
Copy link
Member

We were seeing CI failures on groupby.argmin. Rerunning the last commit to master causes the same failures

I believe this is due to pandas v2.2.0 which was released this past friday. This PR (closes #2922) pins pandas to <2.2.0 to get the CI working again until we can dig in a bit more to find the root cause

NOTE: any existing PRs will need to rebase / merge with master once this PR is merged in order to get through the CI

We were seeing [CI failures](https://github.com/Bears-R-Us/arkouda/actions/runs/7612943973/) on `groupby.argmin`

Rerunning the last commit to master causes the [same failures ](https://github.com/Bears-R-Us/arkouda/actions/runs/7588960978/)

I believe this is due to pandas `v2.2.0` which was released [this past friday](https://pandas.pydata.org/docs/dev/whatsnew/v2.2.0.html). This PR (closes Bears-R-Us#2922) pins pandas to `<2.2.0` to get the CI working again until we can dig in a bit more to find the root cause
Copy link
Contributor

@ajpotts ajpotts left a comment

Choose a reason for hiding this comment

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

Looks good to me. Thanks for taking care of this.

@stress-tess stress-tess added this pull request to the merge queue Jan 22, 2024
Merged via the queue into Bears-R-Us:master with commit d5a9594 Jan 22, 2024
12 checks passed
@stress-tess stress-tess deleted the 2922_pandas_lt2.2.0 branch March 5, 2024 22:33
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.

CI failures in groupby.argmin
2 participants