Skip to content

Commit

Permalink
add environment file for binderized examples (#3568)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Hamman authored and dcherian committed Nov 25, 2019
1 parent ff6051d commit 8a148b6
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .binder/environment.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8a148b6

Please sign in to comment.