-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Pin fastparquet #42612
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 fastparquet #42612
Conversation
Should probably pin in requirements-dev.txt as well until it is ready to move to 0.7.0. |
The fastparquet tests also fail on 1.3.x, so milestone 1.3.1 to trigger backport |
@lithomas1 can you open an issue to unpin this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pre-commit failure.
added xref to the issue to the op, so no need to open a separate issue. |
@@ -15,7 +15,7 @@ dependencies: | |||
- beautifulsoup4 | |||
- botocore>=1.11 | |||
- dask | |||
- fastparquet>=0.4.0 | |||
- fastparquet>=0.4.0, < 0.7.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this causes a pre-commit failure (remove the space before the 0.7.0)
@github-actions pre-commit |
Green, can someone from @pandas-dev/pandas-core merge? Sorry about the noise in this PR, was using the Github Web UI, which pre-commit apparently doesn't like. Windows py39 is unrelated timeout. Windows py38 & Database are the only builds that matter in this case. |
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulation you did some good work ! Hopefully your backport PR will be tested by the continuous integration and merged soon! If these instruction are inaccurate, feel free to suggest an improvement. |
Pin fastparquet (pandas-dev#42612)
thx @lithomas1 |
backported manually |
thx @phofl. |
Co-authored-by: Thomas Li <[email protected]>
* Update sdist.yml * Update pre-commit.yml * Update posix.yml * Pin fastparquet * Pin more fastparquet * Pin in environment.yml * Pin in requirements-dev * Update requirements-dev.txt * Update requirements-dev.txt * Update requirements-dev.txt * Actually fix
Get CI to green.