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

Pandas dependency version restriction #125

Merged
merged 4 commits into from
Sep 13, 2023
Merged

Pandas dependency version restriction #125

merged 4 commits into from
Sep 13, 2023

Conversation

fsoubelet
Copy link
Member

As stated in the changelog in this PR, this restricts to pandas<2.1.0 which is a new version that led to an attribute access bug for us.

This is for a patch release that prevents installing the problematic pandas version(s) while we investigate with the pandas devs. Should also help our CI builds failing left and right.

@fsoubelet fsoubelet added Type: Bug Something isn't working as it should. Major labels Sep 13, 2023
@fsoubelet fsoubelet requested a review from JoschD September 13, 2023 08:02
@fsoubelet fsoubelet self-assigned this Sep 13, 2023
@fsoubelet fsoubelet requested a review from JoschD September 13, 2023 08:21
@fsoubelet fsoubelet merged commit 5dd087b into master Sep 13, 2023
@fsoubelet fsoubelet deleted the pandas_restrict branch September 13, 2023 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working as it should.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants