We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff6051d commit 8a148b6Copy full SHA for 8a148b6
.binder/environment.yml
@@ -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