We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ESMpy 8.4.0, which got on conda-forge 45 min ago, changes how it needs to be imported.
ESMpy
# Before import ESMF # After import esmpy
A quick fix is to pin esmpy < 8.4 in the environments.
esmpy < 8.4
The text was updated successfully, but these errors were encountered:
I agree to the proposal while we figure out an elegant way to transition.
Sorry, something went wrong.
57ef16f
xesmf >=0.7.0
import ESMF
raphaeldussin
No branches or pull requests
ESMpy
8.4.0, which got on conda-forge 45 min ago, changes how it needs to be imported.A quick fix is to pin
esmpy < 8.4
in the environments.The text was updated successfully, but these errors were encountered: