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

Remove pyarrow dependency version upper constraint from intake-dal #16

Merged
merged 1 commit into from Feb 26, 2021

Conversation

CNRio
Copy link

@CNRio CNRio commented Feb 26, 2021

One of the ZOML projects, automation-triager, requires 2.0.0 or above version of pyarrow to parse dataframe as parquet. However, the intake-dal is locking the upper bound of pyarrow in poetry:

https://github.com/zillow/intake-dal/blob/master/pyproject.toml#L30

Proposed solution:

Change the version from

pyarrow = "^0.15.1"

to

pyarrow = ">=0.15.1"

to remove the upper bound.

@smatzana smatzana merged commit b827394 into zillow:master Feb 26, 2021
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

3 participants