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

Limit pandas version to < 2.2 #729

Merged
merged 1 commit into from
Feb 26, 2024
Merged

Conversation

ClaraBuettner
Copy link
Contributor

fixes #728

In version 2.2.0 the driver used in the read_sql function was changed. Our code is so far not compatible to these changes, which is why I downgrade to an older pandas version.

In version 2.2.0 the driver used in the read_sql function was changed.
Our code is so far not compatible to these changes, which is why I downgrade to an older pandas version.
Copy link
Contributor

@CarlosEpia CarlosEpia left a comment

Choose a reason for hiding this comment

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

It solves #728

@CarlosEpia CarlosEpia merged commit 04bf4e0 into dev Feb 26, 2024
6 checks passed
@ClaraBuettner ClaraBuettner deleted the fixes/#728-limit-pandas-version branch August 13, 2024 08:11
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.

Dev failing when importing scenario data
2 participants