pangeo-data / xESMF

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

CI fails with `sparse` > 0.14 #322

Closed raphaeldussin closed 5 months ago

raphaeldussin commented 5 months ago

apparently isnan is not part of sparse, we can tag to 0.14 for now but we should find a more permanent fix

aulemahal commented 5 months ago

It is, but there was simply some oversight when they implemented the "Array API" in 0.15. See https://github.com/pydata/sparse/issues/622, which was very quickly taken care of! Next minor release should fix it and we shouldn't need to pin.

aulemahal commented 5 months ago

Running the CI manually with sparse 0.15.1 and the problem is gone!