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

Fix failing tests with pandas>=2.2 #154

Merged
merged 2 commits into from
Jan 23, 2024
Merged

Fix failing tests with pandas>=2.2 #154

merged 2 commits into from
Jan 23, 2024

Conversation

jorenham
Copy link
Owner

The failing tests were caused by an awkward DeprecationWarning in Pandas 2.2.0:

  E   DeprecationWarning: 
  E   Pyarrow will become a required dependency of pandas in the next major release of pandas (pandas 3.0),
  E   (to allow more performant data types, such as the Arrow string type, and better interoperability with other libraries)
  E   but was not found to be installed on your system.
  E   If this would cause problems for you,
  E   please provide us feedback at https://github.com/pandas-dev/pandas/issues/54466

See pandas-dev/pandas#54466

@jorenham jorenham changed the title Fix failing tests on pandas>=2.2 Fix failing tests with pandas>=2.2 Jan 23, 2024
@jorenham jorenham merged commit ee12830 into master Jan 23, 2024
8 checks passed
@jorenham jorenham deleted the pandas-2.2 branch January 23, 2024 03:37
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.

None yet

1 participant