Skip to content

fix: updated pandas to 2.1.2 #879

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

Merged
merged 1 commit into from
Jun 28, 2024
Merged

fix: updated pandas to 2.1.2 #879

merged 1 commit into from
Jun 28, 2024

Conversation

tharwood3
Copy link
Collaborator

@tharwood3 tharwood3 commented Jun 28, 2024

Update to fix obscure pandas import error. Previously pinned version of pandas (2.1.1) has an incorrectly pinned version of numpy, which causes numpy 2.0 to be installed resulting in an error. This update upgrades pandas to 2.1.2, which correctly pins numpy and prevents this error.

Related Numpy issue (though it is actually an issue with Pandas):
numpy/numpy#26710

@tharwood3 tharwood3 merged commit dae4921 into main Jun 28, 2024
6 checks passed
@tharwood3 tharwood3 deleted the fix_pandas_import branch June 28, 2024 23:44
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