-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Move PyMuPDF to optional #3331
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
Move PyMuPDF to optional #3331
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.
Lgtm
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Job PR-3331-81b994f is done. |
Job PR-3331-2b439f0 is done. |
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.
LGTM!
Co-authored-by: Zhiqiang Tang <zhiqiang.tang@rutgers.edu>
* 'master' of https://github.com/awslabs/autogluon: [AutoMM] Remove fairscale (autogluon#3342) lint core (autogluon#3339) Move PyMuPDF to optional (autogluon#3331) Add community section to website front page (autogluon#3333) lint common (autogluon#3337) Remove TIMM in core setup (autogluon#3334) Update persist_models max_memory 0.1 -> 0.4 (autogluon#3338) Update google analytics property (autogluon#3330) Add Discord Link (autogluon#3332) 0.8 post release (autogluon#3322)
Issue #, if available:
Description of changes:
Since PyMuPDF isn't available in Conda, better to move to an optional dependency as it is only used in a specific scenario for PDF file reading.
TODO:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.