diff --git a/scripts/environment.yml b/scripts/environment.yml index fb5f6bf..9d5e2d3 100644 --- a/scripts/environment.yml +++ b/scripts/environment.yml @@ -34,7 +34,7 @@ dependencies: - scipy - h5py - numba -- esmvaltool==2.8 # Pin esmvaltool version to 2.9 +- esmvaltool>=2.8,<2.9 # Pin esmvaltool version to 2.8 - esmvaltool-python - esmvaltool-ncl - scikit-image @@ -51,6 +51,15 @@ dependencies: - asyncssh - gevent - julia +- openmpi +- mpi4py +- esmf +- esmpy +- xesmf +- xarray +- shapely +- cf_xarray +- sparse - pip: - railroad-diagrams ### Unlisted dependency of pip and pyparsing diff --git a/scripts/testconfig.yml b/scripts/testconfig.yml index bf36d45..03e285a 100644 --- a/scripts/testconfig.yml +++ b/scripts/testconfig.yml @@ -8,6 +8,7 @@ skip: - pbr.tests - plotly.plotly - bokeh.server.django +- xesmf # Too many, or not necessary - iris.tests - cartopy.tests