-
Notifications
You must be signed in to change notification settings - Fork 44
Fix for eccodes>=2.32.1 and python-eccodes>=1.6.1 #361
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
Fix for eccodes>=2.32.1 and python-eccodes>=1.6.1 #361
Conversation
pp-mo
left a comment
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 @bjlittle.
No problem with this approach, basically.
-- IMHO the solution only looks untidy because the problem space is such a mess.
I pushed have back on some details + suggestions
-- please see what you think
Co-authored-by: Patrick Peglar <[email protected]>
|
@pp-mo Back to you fella 👍 |
|
@pp-mo Awesome, thanks! 🍻 |
* Updated environment lockfiles * Fix for eccodes>=2.32.1 and python-eccodes>=1.6.1 (#361) * Fix for eccodes>=2.32.1 and python-eccodes>=1.6.1 * Update iris_grib/message.py Co-authored-by: Patrick Peglar <[email protected]> --------- Co-authored-by: Patrick Peglar <[email protected]> --------- Co-authored-by: Lockfile bot <[email protected]> Co-authored-by: Bill Little <[email protected]> Co-authored-by: Patrick Peglar <[email protected]>
This pull-request updates
iris-gribto cater within changes in the latest version ofeccodes.Due to this change in
eccodesbehaviour, I've defensively introduces a minimum pin for botheccodesandpython-eccodes.Note that, this PR is targeting the
auto-update-lockfilesbranch, which is the base branch of pull-request #354.