From ce74b63d504d24cfe5684b3a7edfd704ead2a4fa Mon Sep 17 00:00:00 2001 From: franzihe Date: Tue, 13 Apr 2021 17:13:37 +0200 Subject: [PATCH] added packages for regridding, xesmf and esmpy --- jupyterhub_environment.yml | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/jupyterhub_environment.yml b/jupyterhub_environment.yml index 7d0bee1..9c71360 100644 --- a/jupyterhub_environment.yml +++ b/jupyterhub_environment.yml @@ -6,13 +6,13 @@ channels: - defaults dependencies: - - numpy - - xarray - - pandas - - cartopy - - matplotlib - - seaborn - - geopy + - numpy + - xarray + - pandas + - cartopy + - matplotlib + - seaborn + - geopy - basemap - netcdf4 - cis @@ -41,10 +41,10 @@ dependencies: - pythreejs - bqplot - psyplot - - psy-maps - - psyplot-gui - - psy-reg - - cdsapi + - psy-maps + - psyplot-gui + - psy-reg + - cdsapi - folium - basemap-data-hires - plotly @@ -67,3 +67,5 @@ dependencies: - geojsoncontour - nbgitpuller - pysplit + - esmpy==7.1.0 + - xesmf==0.2.1