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

Lower minimum pyarrow dependency back to v10 #368

Merged
merged 5 commits into from
Jul 25, 2023
Merged

Conversation

jonmmease
Copy link
Collaborator

#363 accidentally introduced a dependency on pyarrow 11 by importing from pyarrow.interchange.dataframe. This was only done for a type signature, and the signature wasn't quite right anyway, so I swapped it for Any for now.

I also lowered the pyarrow version to 10.0.1 for the Python 3.8 testing environment

@jonmmease jonmmease merged commit 7ea3861 into main Jul 25, 2023
30 checks passed
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