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

Pin pyarrow version and detect ABI incompatibilities at runtime #94

Merged
merged 3 commits into from
Oct 18, 2024

Conversation

robomics
Copy link
Contributor

@robomics robomics commented Oct 18, 2024

Detecting ABI incompatibilities at runtime serves as a safeguard for users installing hictkpy and then forcefully up/downgrading pyarrow.

Until #91 is addressed,
we need to make sure we are not breaking ABI compatibility by building
hictkpy with pyarrow==x.y and then trying to run it with pyarrow==x.z.
@robomics robomics added enhancement New feature or request dependencies Pull requests that update a dependency file labels Oct 18, 2024
@robomics robomics merged commit 28dfed0 into main Oct 18, 2024
58 checks passed
@robomics robomics deleted the deps/pin-pyarrow branch October 18, 2024 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant