pangeo-data / xESMF

Universal Regridder for Geospatial Data
http://xesmf.readthedocs.io/
MIT License
183 stars 32 forks source link

ESMpy 8.4.0 import changes #212

Closed aulemahal closed 1 year ago

aulemahal commented 1 year ago

ESMpy 8.4.0, which got on conda-forge 45 min ago, changes how it needs to be imported.

# Before
import ESMF

# After
import esmpy

A quick fix is to pin esmpy < 8.4 in the environments.

raphaeldussin commented 1 year ago

I agree to the proposal while we figure out an elegant way to transition.