-
-
Notifications
You must be signed in to change notification settings - Fork 546
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
Create Optional Dependencies #3044
Conversation
Related to #3035 |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #3044 +/- ##
===========================================
- Coverage 99.71% 99.71% -0.01%
===========================================
Files 248 248
Lines 18749 18747 -2
===========================================
- Hits 18695 18693 -2
Misses 54 54
☔ View full report in Codecov by Sentry. |
Read the docs build failed, trying adding |
@Saransh-cpp maybe we could group |
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.
Thanks, @arjxn-py! Looks good, few comments -
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.
Before we merge this it's important to document what the different options do in the installation docs, like in pandas https://pandas.pydata.org/docs/getting_started/install.html#optional-dependencies
Thanks for the review both, i'm looking into the suggested things. |
Co-authored-by: Saransh Chopra <saransh0701@gmail.com>
0d3a0a1
to
e1b246b
Compare
f4c3179
to
f091e27
Compare
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.
Great work, thanks @arjxn-py! Looks good overall, but a few minor comments below 🙂
@brosaplanella Probably it would be better to have a separate PR for jupyter notebooks as |
I don't think we need to do a patch release for this. In theory the links to Colab should use the notebooks in main, so it should not be an issue, but probably it is safer to have a separate PR that we can merge in a month or so, just before the feature freeze for 23.9. What are your thoughts @tinosulzer and @Saransh-cpp? |
Got it, +1 |
A note that the |
d596696
to
50f20cc
Compare
Co-authored-by: Saransh Chopra <saransh0701@gmail.com>
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.
Looks good to me, thanks!
61f79cf
to
63524b4
Compare
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.
thanks, looks good
Description
The goal of this PR is to make most of the dependencies optional & split them in specific group
Fixes #3035
Type of change
Please add a line in the relevant section of CHANGELOG.md to document the change (include PR #) - note reverse order of PR #s. If necessary, also add to the list of breaking changes.
Key checklist:
$ pre-commit run
(see CONTRIBUTING.md for how to set this up to run automatically when committing locally, in just two lines of code)$ python run-tests.py --all
$ python run-tests.py --doctest
You can run unit and doctests together at once, using
$ python run-tests.py --quick
.Further checks: