From 19b7fc51a00ab10ff62d263e4f482923380a042c Mon Sep 17 00:00:00 2001 From: Joseph Hamman Date: Sun, 24 Nov 2019 19:59:48 -0800 Subject: [PATCH] add environment file for binderized examples --- .binder/environment.yml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .binder/environment.yml diff --git a/.binder/environment.yml b/.binder/environment.yml new file mode 100644 index 00000000000..13b6b99e6fc --- /dev/null +++ b/.binder/environment.yml @@ -0,0 +1,39 @@ +name: xarray-examples +channels: + - conda-forge +dependencies: + - python=3.7 + - boto3 + - bottleneck + - cartopy + - cdms2 + - cfgrib + - cftime + - coveralls + - dask + - distributed + - dask_labextension + - h5netcdf + - h5py + - hdf5 + - iris + - lxml # Optional dep of pydap + - matplotlib + - nc-time-axis + - netcdf4 + - numba + - numpy + - pandas + - pint + - pip + - pydap + - pynio + - rasterio + - scipy + - seaborn + - sparse + - toolz + - xarray + - zarr + - pip: + - numbagg