Skip to content

Commit 8a148b6

Browse files
Joe Hammandcherian
Joe Hamman
authored andcommitted
add environment file for binderized examples (#3568)
1 parent ff6051d commit 8a148b6

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

.binder/environment.yml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
name: xarray-examples
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- python=3.7
6+
- boto3
7+
- bottleneck
8+
- cartopy
9+
- cdms2
10+
- cfgrib
11+
- cftime
12+
- coveralls
13+
- dask
14+
- distributed
15+
- dask_labextension
16+
- h5netcdf
17+
- h5py
18+
- hdf5
19+
- iris
20+
- lxml # Optional dep of pydap
21+
- matplotlib
22+
- nc-time-axis
23+
- netcdf4
24+
- numba
25+
- numpy
26+
- pandas
27+
- pint
28+
- pip
29+
- pydap
30+
- pynio
31+
- rasterio
32+
- scipy
33+
- seaborn
34+
- sparse
35+
- toolz
36+
- xarray
37+
- zarr
38+
- pip:
39+
- numbagg

0 commit comments

Comments
 (0)