-
Notifications
You must be signed in to change notification settings - Fork 856
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
Rework/1297 #1477
Rework/1297 #1477
Conversation
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.
@HiromuHota awesome, thanks for sorting this out! tqdm is disabled in most of our unit tests, so just as a sanity check, were you able to run a PandasLFApplier
using tqdm with these package versions?
@henryre Thanks for your comment.
By the way, I confirmed that the first commit of the two (871dcae) failed the travis on my travis account (https://travis-ci.com/HiromuHota/snorkel/builds/129603857). |
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.
@HiromuHota awesome, then we're good to go here. Thanks again!!
@henryre Thanks for your approval.
but I have no write access hence cannot merge this PR. How can I merge it? |
@HiromuHota ah that's a good point, I'll update the CONTRIBUTING doc, thanks! |
* Confirm pandas==0.25.0 is not compatible with tqdm<4.33.0 * Upgrade tqdm to >=4.33.0, which is now compatible with pandas==0.25.0 See tqdm/tqdm#780
Description of proposed changes
This PR upgrade tqdm to >=4.33.0, which is now compatible with pandas==0.25.0
See tqdm/tqdm#780
Related issue(s)
Fixes #1297
Test plan
Checklist
Need help on these? Just ask!
tox -e complex
and/ortox -e spark
if appropriate.