-
Notifications
You must be signed in to change notification settings - Fork 574
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
Update TempestRemap deps #5396
Update TempestRemap deps #5396
Conversation
julia_compat="1.7", | ||
julia_compat="1.8", |
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.
Is this needed?
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.
🤷🏻♂️, I've never done this before, so probably not?
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.
Yeah, I don't think this is necessary at all
julia_compat="1.7", | ||
julia_compat="1.8", |
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.
Yeah, I don't think this is necessary at all
Co-authored-by: Mosè Giordano <giordano@users.noreply.github.com>
Co-authored-by: Mosè Giordano <giordano@users.noreply.github.com>
This PR updates the TempestRemap deps to be compatible with the latest . Refs:
We need this to update ClimaCoreTempestRemap to julia 1.8. I think this is the only outstanding blocker for updating. cc @simonbyrne
I've never done this before, and I'm almost certainly doing this wrong, but I'll update as I figure out how to do this correctly.