-
Notifications
You must be signed in to change notification settings - Fork 240
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
fixes-#2509-Removed-ncdf4.helpers-dependency #2511
fixes-#2509-Removed-ncdf4.helpers-dependency #2511
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.
If ncdf4.helpers is no longer needed, can it be removed from the DEPENDENCIES as well?
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 for taking this on! I had a few suggested fixes. In addition, per @robkooper 's comment above, please remove ncdf4.helpers
from any files where it is listed as a dependency so we no longer try to install it.
Co-Authored-By: Alexey Shiklomanov <alexey.shiklomanov@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.
Thanks for taking this on! I see a couple of small changes, but they should be easy to do and once this is merged it will render #2510 moot.
Co-Authored-By: Chris Black <chris@ckblack.org>
Co-Authored-By: Chris Black <chris@ckblack.org>
Also, can you please add a line for this in the "changed" section of CHANGELOG.md? Possible phrasing:
|
@rahul799 BTW, a timesaver for future PRs: I like that you're including issue numbers in your branch names and I suggest continuing that, but if you also mention the issue number somewhere in the text of the PR description then GitHub will automatically link to the issue page, which is nice for easy reference during review. And if you mention it in a form like "Fixes #2509", the issue will be closed automatically when the PR gets merged. |
Description
Motivation and Context
Review Time Estimate
Types of changes
Checklist: