From 61ce394fe30b601e3c465272614dd9d2e1b7b042 Mon Sep 17 00:00:00 2001 From: Kristen Thyng Date: Fri, 25 Oct 2024 15:49:31 -0700 Subject: [PATCH] esmpy has to be 8.5.0 or above for RTD --- environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment.yml b/environment.yml index 02afee9..d9c2dcf 100644 --- a/environment.yml +++ b/environment.yml @@ -12,6 +12,7 @@ dependencies: # # https://github.com/h5py/h5py/issues/1880 # # https://github.com/conda-forge/h5py-feedstock/issues/92 # - h5py < 3.2 + - esmpy>=8.5.0 # https://github.com/esmf-org/esmf/issues/140 - matplotlib-base - netcdf4 - numpy <1.24 # https://github.com/numba/numba/issues/8615#issuecomment-1360792615